Pattern unification algorithm implementation
type subst = US.t
exception NotUnifiableexception NotInFragment
val eta_expand_otf : subst:subst -> scope:Scoped.scope -> Type.t list -> Type.t list -> T.t -> T.t -> T.t * T.t * Type.t listval norm_deref : Unif_subst.t -> T.t Scoped.t -> T.tval unif_simple : ?subst:Subst.t -> scope:int -> T.t -> T.t -> US.t optionval unify_scoped : ?subst:subst -> ?counter:int Pervasives.ref -> T.t Scoped.t -> T.t Scoped.t -> subst