sig
  type ('a, 'b) t = ('b, 'Expr0.Bool.t) Env.value
    constraint 'b =
      ('a, [> 'Env.typ ] as 'c, [> 'Env.typdef ] as 'd, 'e) Env.O.t
  val of_expr :
    (('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd) Env.O.t,
     [> `Bool of 'Expr0.Bool.t ])
    Env.value -> ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val to_expr :
    ('a, ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd) Env.O.t)
    Expr1.O.Bool.t ->
    (('a, 'b, 'c, 'd) Env.O.t, [> `Bool of 'Expr0.Bool.t ]) Env.value
  val extend_environment :
    ('a, ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd) Env.O.t)
    Expr1.O.Bool.t ->
    ('a, 'b, 'c, 'd) Env.O.t -> ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val dtrue :
    ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd) Env.O.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Cond.O.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val dfalse :
    ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd) Env.O.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Cond.O.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val of_bool :
    ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd) Env.O.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Cond.O.t ->
    bool -> ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val var :
    ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd) Env.O.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Cond.O.t ->
    '-> ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val dnot :
    ('a, ('a, [> 'Env.typ ] as 'b, [> '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) Expr1.O.Bool.t
  val dand :
    ('a, ('a, [> 'Env.typ ] as 'b, [> '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) Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val dor :
    ('a, ('a, [> 'Env.typ ] as 'b, [> '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) Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val xor :
    ('a, ('a, [> 'Env.typ ] as 'b, [> '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) Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val nand :
    ('a, ('a, [> 'Env.typ ] as 'b, [> '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) Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val nor :
    ('a, ('a, [> 'Env.typ ] as 'b, [> '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) Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val nxor :
    ('a, ('a, [> 'Env.typ ] as 'b, [> '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) Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val eq :
    ('a, ('a, [> 'Env.typ ] as 'b, [> '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) Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val leq :
    ('a, ('a, [> 'Env.typ ] as 'b, [> '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) Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val ite :
    ('a, ('a, [> 'Env.typ ] as 'b, [> '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) Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val is_true :
    ('a, ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd) Env.O.t)
    Cond.O.t -> ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t -> bool
  val is_false :
    ('a, ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd) Env.O.t)
    Cond.O.t -> ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t -> bool
  val is_cst :
    ('a, ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd) Env.O.t)
    Cond.O.t -> ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t -> bool
  val is_eq :
    ('a, ('a, [> 'Env.typ ] as 'b, [> '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) Expr1.O.Bool.t -> bool
  val is_leq :
    ('a, ('a, [> 'Env.typ ] as 'b, [> '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) Expr1.O.Bool.t -> bool
  val is_inter_false :
    ('a, ('a, [> 'Env.typ ] as 'b, [> '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) Expr1.O.Bool.t -> bool
  val exist :
    ('a, ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd) Env.O.t)
    Cond.O.t ->
    'a list ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val forall :
    ('a, ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd) Env.O.t)
    Cond.O.t ->
    'a list ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val cofactor :
    ('a, ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd) Env.O.t)
    Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val restrict :
    ('a, ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd) Env.O.t)
    Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val tdrestrict :
    ('a, ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd) Env.O.t)
    Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val substitute_by_var :
    ('a, ('a, [> 'Env.typ ] as 'b, [> '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) list -> ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val substitute :
    ('a, ('a, [> 'Env.typ ] as 'b, [> '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, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.expr) list ->
    ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t
  val print :
    ('a, ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd) Env.O.t)
    Cond.O.t ->
    Format.formatter -> ('a, ('a, 'b, 'c, 'd) Env.O.t) Expr1.O.Bool.t -> unit
end