module Apron: sig
.. end
type ('a, ('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b) Env.O.t)
t = (('a, [> 'a Env.typ ] as 'c, [> 'a Env.typdef ] as 'd, 'b) Env.O.t,
'a Expr0.Apron.t)
Env.value
val of_expr : (('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t,
[> `Apron of 'a Expr0.Apron.t ])
Env.value -> ('a, ('a, 'b, 'c, 'd) Env.O.t) t
val to_expr : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t)
t ->
(('a, 'b, 'c, 'd) Env.O.t, [> `Apron of 'a Expr0.Apron.t ]) Env.value
val extend_environment : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t)
t ->
('a, 'b, 'c, 'd) Env.O.t -> ('a, ('a, 'b, 'c, 'd) Env.O.t) t
val var : ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) Cond.O.t ->
'a -> ('a, ('a, 'b, 'c, 'd) Env.O.t) t
val cst : ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) Cond.O.t ->
Expr1.apron_coeff -> ('a, ('a, 'b, 'c, 'd) Env.O.t) t
val add : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t)
Cond.O.t ->
?typ:Expr1.apron_typ ->
?round:Expr1.apron_round ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t
val mul : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t)
Cond.O.t ->
?typ:Expr1.apron_typ ->
?round:Expr1.apron_round ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t
val sub : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t)
Cond.O.t ->
?typ:Expr1.apron_typ ->
?round:Expr1.apron_round ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t
val div : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t)
Cond.O.t ->
?typ:Expr1.apron_typ ->
?round:Expr1.apron_round ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t
val gmod : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t)
Cond.O.t ->
?typ:Expr1.apron_typ ->
?round:Expr1.apron_round ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t
val negate : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t)
Cond.O.t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t
val sqrt : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t)
Cond.O.t ->
?typ:Expr1.apron_typ ->
?round:Expr1.apron_round ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t
val cast : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t)
Cond.O.t ->
?typ:Expr1.apron_typ ->
?round:Expr1.apron_round ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t
val ite : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t)
Cond.O.t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t
val condition : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t)
Cond.O.t ->
Expr1.apron_cons_typ ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
val supeq : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t)
Cond.O.t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
val sup : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t)
Cond.O.t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
val eq : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t)
Cond.O.t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
val cofactor : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t)
t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t
val restrict : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t)
t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t
val tdrestrict : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t)
t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t
val substitute_by_var : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t)
Cond.O.t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t ->
('a * 'a) list -> ('a, ('a, 'b, 'c, 'd) Env.O.t) t
val substitute : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t)
Cond.O.t ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t ->
('a * ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.expr) list ->
('a, ('a, 'b, 'c, 'd) Env.O.t) t
val print : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t)
Cond.O.t ->
Format.formatter -> ('a, ('a, 'b, 'c, 'd) Env.O.t) t -> unit