]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_unification/cicRefine.mli
- refine's type_of no longer return a substitution
[helm.git] / helm / ocaml / cic_unification / cicRefine.mli
index ce97e8ab7ff178f4222b1c6acc5954139d12411e..28a34f5ff8354762716243f34ef88d17ce07a16a 100644 (file)
@@ -32,7 +32,6 @@ exception WrongUriToMutualInductiveDefinitions of string
 (* type_of_aux' metasenv context term                        *)
 (* refines [term] and returns the refined form of [term],    *)
 (* its type, the computed substitution and the new metasenv. *)
-(* The substitution returned is already unwinded             *)
 val type_of_aux':
  Cic.metasenv -> Cic.context -> Cic.term ->
-  Cic.term * Cic.term * CicMetaSubst.substitution * Cic.metasenv
+  Cic.term * Cic.term * Cic.metasenv