module Benum: sig
.. end
type 'a
t = 'a Enum.t
type
dt = Cudd.Man.d t
type
vt = Cudd.Man.v t
val of_expr : [> `Benum of 'a t ] -> 'a t
val to_expr : 'a t -> [> `Benum of 'a t ]
val var : ('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'a -> 'b t
val ite : ('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b Expr0.O.Bool.t ->
'b t -> 'b t -> 'b t
val eq : ('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b t -> 'b t -> 'b Expr0.O.Bool.t
val eq_label : ('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b t -> 'a -> 'b Expr0.O.Bool.t
val cofactor : 'a t -> 'a Expr0.O.Bool.t -> 'a t
val restrict : 'a t -> 'a Expr0.O.Bool.t -> 'a t
val tdrestrict : 'a t -> 'a Expr0.O.Bool.t -> 'a t
val permute : ?memo:Cudd.Memo.t -> 'a t -> int array -> 'a t
val varmap : 'a t -> 'a t
val substitute_by_var : ('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b t -> ('a * 'a) list -> 'b t
val substitute : ('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b t -> ('a * 'b Expr0.expr) list -> 'b t
val guard_of_label : ('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b t -> 'a -> 'b Expr0.O.Bool.t
Return the guard of the label.
val guardlabels : ('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
'b t -> ('b Expr0.O.Bool.t * 'a) list
Return the list g -> label
of guarded values.
val print : ?print_external_idcondb:(Format.formatter -> int * bool -> unit) ->
('a, [> 'a Env.typ ], [> 'a Env.typdef ], 'b, 'c) Env.O.t ->
Format.formatter -> 'b t -> unit