]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_refiner/nCicUnification.mli
HUGE COMMIT:
[helm.git] / matita / components / ng_refiner / nCicUnification.mli
index 159d24c101b324a2e3b2f2d5b50f80af6b78dee2..ec21d66434fba1432521e56fa92e08288b5fed87 100644 (file)
@@ -25,7 +25,7 @@ val unify :
 
 (* this should be moved elsewhere *)
 val fix_sorts: 
-  NCic.metasenv -> NCic.substitution -> 
+  #NCic.status -> NCic.metasenv -> NCic.substitution -> 
     NCic.term -> NCic.metasenv * NCic.term
 
 (* delift_type_wrt_terms st m s c t args
@@ -38,11 +38,8 @@ val delift_type_wrt_terms:
   NCic.term -> NCic.term list -> 
    NCic.metasenv * NCic.substitution * NCic.term
 
-val sortfy :
-    exn ->
-    NCic.metasenv ->
-    NCic.substitution ->
-    NCic.context ->
-    NCic.term -> NCic.metasenv * NCic.substitution * NCic.term
+val sortfy :#
+ NCic.status -> exn -> NCic.metasenv -> NCic.substitution -> NCic.context ->
+  NCic.term -> NCic.metasenv * NCic.substitution * NCic.term
 
 val debug : bool ref