]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_unification/cicRefine.mli
- In the case (?i args) vs term the term is now eta-expanded w.r.t. args.
[helm.git] / helm / ocaml / cic_unification / cicRefine.mli
index 395799b3137c29058dc65abced41b8f8dd6d6b83..c239f8e1f5ff77a2b551fe0a05ee6cf7d66dff17 100644 (file)
@@ -29,7 +29,7 @@ exception AssertFailure 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. *)
+(* its type the new metasenv. *)
 val type_of_aux':
  Cic.metasenv -> Cic.context -> Cic.term ->
   Cic.term * Cic.term * Cic.metasenv