]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_refiner/nCicUnification.mli
* Almost ready for release 0.99.1.
[helm.git] / matita / components / ng_refiner / nCicUnification.mli
index 4296102184017bff35f9afa84a7ceff5ea97de1c..ec21d66434fba1432521e56fa92e08288b5fed87 100644 (file)
@@ -16,7 +16,7 @@ exception Uncertain of string Lazy.t;;
 exception AssertFailure of string Lazy.t;;
 
 val unify :
-  #NRstatus.status ->
+  #NCicCoercion.status ->
   ?test_eq_only:bool -> (* default: false *)
   ?swap:bool -> (* default: false *)
   NCic.metasenv -> NCic.substitution -> NCic.context -> 
@@ -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
@@ -33,16 +33,13 @@ val fix_sorts:
  *      [ rel 1 ... rel (len args) / lift (length args) (arg_1 .. arg_n) ]
  *)      
 val delift_type_wrt_terms:
-  #NRstatus.status -> 
+  #NCicCoercion.status -> 
   NCic.metasenv -> NCic.substitution -> NCic.context -> 
   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