package bddapron

  1. Overview
  2. Docs
module Bool : sig ... end
type (!'a, !'b) t = (('a, 'b) Cond.O.t, ('a, 'b) Expr1.O.t) Bdd.Cond.value constraint 'b = ('a, [> 'a Env.typ ] as 'c, [> 'a Env.typdef ] as 'd, 'e) Env.O.t
type (!'a, !'b) expr = ('a, 'b) t constraint 'b = ('a, [> 'a Env.typ ] as 'c, [> 'a Env.typdef ] as 'd, 'e) Env.O.t
val of_expr0 : ?normalize:bool -> ?reduce:bool -> ?careset:bool -> ('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 Expr0.t -> ('a, ('a, 'b, 'c, 'd) Env.O.t) t
val of_expr1 : ?normalize:bool -> ?reduce:bool -> ?careset:bool -> ('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.t -> ('a, ('a, 'b, 'c, 'd) Env.O.t) t
val get_env : ('a, ('a, [> 'a Env.typ ] as 'b, [> 'a Env.typdef ] as 'c, 'd) Env.O.t) t -> ('a, 'b, 'c, 'd) Env.O.t
val get_cond : ('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) Cond.O.t
val to_expr0 : ('a, ('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b) Env.O.t) t -> 'a Expr0.t
val to_expr1 : ('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.t
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 print : Format.formatter -> ('a, ('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b) Env.O.t) t -> unit
module List : sig ... end