]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_unification/cicRefine.mli
debian: rebuilt against ocaml 3.08.3
[helm.git] / helm / ocaml / cic_unification / cicRefine.mli
index 395799b3137c29058dc65abced41b8f8dd6d6b83..4289905c80de8e35a54e2e2821fdb1f4de68ab6a 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
+ Cic.metasenv -> Cic.context -> Cic.term -> CicUniv.universe_graph ->
+  Cic.term * Cic.term * Cic.metasenv * CicUniv.universe_graph