sig
  type ('a, 'b, 'c) t = ('b, 'Int.t) Env.value
    constraint 'b =
      ('a, [> 'Env.typ ] as 'd, [> 'Env.typdef ] as 'e, 'c, 'f) Env.O.t
  type ('a, 'b, 'c) dt = ('a, 'b, Cudd.Man.d) Expr1.O.Bint.t
    constraint 'b =
      ('a, [> 'Env.typ ] as 'd, [> 'Env.typdef ] as 'e, Cudd.Man.d, 'f)
      Env.O.t
  type ('a, 'b, 'c) vt = ('a, 'b, Cudd.Man.v) Expr1.O.Bint.t
    constraint 'b =
      ('a, [> 'Env.typ ] as 'd, [> 'Env.typdef ] as 'e, Cudd.Man.v, 'f)
      Env.O.t
  val of_expr0 :
    ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t ->
    'Expr0.Bint.t -> ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t
  val get_env :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t -> ('a, 'b, 'c, 'd, 'e) Env.O.t
  val to_expr0 :
    ('a, ('a, [> 'Env.typ ], [> 'Env.typdef ], 'b, 'c) Env.O.t, 'b)
    Expr1.O.Bint.t -> 'Expr0.Bint.t
  val of_expr :
    (('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     [> `Bint of 'Int.t ])
    Env.value -> ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t
  val to_expr :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t ->
    (('a, 'b, 'c, 'd, 'e) Env.O.t, [> `Bint of 'Int.t ]) Env.value
  val extend_environment :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t ->
    ('a, 'b, 'c, 'd, 'e) Env.O.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t
  val of_int :
    ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t ->
    [ `Bint of bool * int ] ->
    int -> ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t
  val var :
    ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t ->
    '-> ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t
  val neg :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t -> ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t
  val succ :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t -> ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t
  val pred :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t -> ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t
  val add :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t
  val sub :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t
  val mul :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t
  val shift_left :
    int ->
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t -> ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t
  val shift_right :
    int ->
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t -> ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t
  val scale :
    int ->
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t -> ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t
  val ite :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t
  val zero :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t -> ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bool.t
  val eq :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bool.t
  val supeq :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bool.t
  val sup :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bool.t
  val eq_int :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t ->
    int -> ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bool.t
  val supeq_int :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t ->
    int -> ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bool.t
  val sup_int :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t ->
    int -> ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bool.t
  val cofactor :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t
  val restrict :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t
  val tdrestrict :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bool.t ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t
  val substitute_by_var :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t ->
    ('a * 'a) list -> ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t
  val substitute :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t ->
    ('a * ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.expr) list ->
    ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bint.t
  val guard_of_int :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t ->
    int -> ('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bool.t
  val guardints :
    ('a,
     ('a, [> 'Env.typ ] as 'b, [> 'Env.typdef ] as 'c, 'd, 'e) Env.O.t,
     'd)
    Expr1.O.Bint.t ->
    (('a, ('a, 'b, 'c, 'd, 'e) Env.O.t, 'd) Expr1.O.Bool.t * int) list
  val print :
    Format.formatter ->
    ('a, ('a, [> 'Env.typ ], [> 'Env.typdef ], 'b, 'c) Env.O.t, 'b)
    Expr1.O.Bint.t -> unit
end