Module Box.Abstract0

module Abstract0: sig .. end

val is_box : 'a Apron.Abstract0.t -> bool

Return true iff the argument value is a box value

val of_box : Box.t Apron.Abstract0.t -> 'a Apron.Abstract0.t

Make a box value generic

val to_box : 'a Apron.Abstract0.t -> Box.t Apron.Abstract0.t

Instanciate the type of a box value. Raises Failure if the argument value is not a box value