Smtlib2.Env
type ty = Expr.Ty.t
type ty_var = Expr.Ty.Var.t
type ty_cst = Expr.Ty.Const.t
type term = Expr.Term.t
type term_var = Expr.Term.Var.t
type term_cst = Expr.Term.Const.t
type formula = Expr.formula
module Id : sig ... end
module Scope : sig ... end
module H : sig ... end
type 'a key = 'a H.key
val key : unit -> 'a H.key
module Ty_var : sig ... end
module Ty_cst : sig ... end
module Term_var : sig ... end
module Term_cst : sig ... end