Module Apron.Disjunction.Abstract1

module Abstract1: sig .. end

val is_disjunction : 'a Apron.Abstract1.t -> bool
Return true iff the argument value is a disjunction value
val of_disjunction : 'a Apron.Disjunction.t Apron.Abstract1.t -> 'b Apron.Abstract1.t
Make a disjunction value generic
val to_disjunction : 'a Apron.Abstract1.t -> 'b Apron.Disjunction.t Apron.Abstract1.t
Instanciate the type of a disjunction value. Raises Failure if the argument value is not a disjunction value