Export.Env
module E : Expr_intf.Export
type ty = E.Ty.t
type ty_var = E.Ty.Var.t
type ty_cst = E.Ty.Const.t
type term = E.Term.t
type term_var = E.Term.Var.t
type term_cst = E.Term.Const.t
type formula = E.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