Module Box.Policy

module Policy: sig .. end

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

Return true iff the argument value is a box value

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

Make a box value generic

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

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

val print : (int -> string) -> Stdlib.Format.formatter -> Box.t Apron.Policy.t -> unit
val print0 : Stdlib.Format.formatter -> Box.t Apron.Policy.t -> unit
val print1 : Apron.Environment.t ->
Stdlib.Format.formatter -> Box.t Apron.Policy.t -> unit