module Abstract1:sig..end
val is_box : 'a Apron.Abstract1.t -> booltrue iff the argument value is a box valueval of_box : Box.t Apron.Abstract1.t -> 'a Apron.Abstract1.tval to_box : 'a Apron.Abstract1.t -> Box.t Apron.Abstract1.tFailure if the argument value is not a box value