]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nCicUnification.mli
Bug fixed: the debrujinate function (hence the one to compute objects height)
[helm.git] / helm / software / components / ng_refiner / nCicUnification.mli
index 97976b7a308bbe34aae83a06b5b1f147ccd9b290..a6ddfaeed2009b04f95c9c37dd3b3d5a1886b2b6 100644 (file)
@@ -16,6 +16,8 @@ exception Uncertain of string Lazy.t;;
 exception AssertFailure of string Lazy.t;;
 
 val unify :
+  #NRstatus.status ->
+  ?test_eq_only:bool -> (* default: false *)
   NCic.metasenv -> NCic.substitution -> NCic.context -> 
   NCic.term -> NCic.term ->
    NCic.metasenv * NCic.substitution