X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_unification%2FcicRefine.mli;h=c239f8e1f5ff77a2b551fe0a05ee6cf7d66dff17;hb=3bb4ce11fb9d4c6375483a80344beb94c4517dd7;hp=395799b3137c29058dc65abced41b8f8dd6d6b83;hpb=c0e0ae45ee6fba4118f519b9d07169ed6a7edc8c;p=helm.git diff --git a/helm/ocaml/cic_unification/cicRefine.mli b/helm/ocaml/cic_unification/cicRefine.mli index 395799b31..c239f8e1f 100644 --- a/helm/ocaml/cic_unification/cicRefine.mli +++ b/helm/ocaml/cic_unification/cicRefine.mli @@ -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