]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nCicUnification.mli
First attempt to implement unification hints.
[helm.git] / helm / software / components / ng_refiner / nCicUnification.mli
index 97976b7a308bbe34aae83a06b5b1f147ccd9b290..54ccf2143f479a2aec9251aba5296098f0fa8e0a 100644 (file)
@@ -16,6 +16,7 @@ exception Uncertain of string Lazy.t;;
 exception AssertFailure of string Lazy.t;;
 
 val unify :
+  NCicUnifHint.db ->
   NCic.metasenv -> NCic.substitution -> NCic.context -> 
   NCic.term -> NCic.term ->
    NCic.metasenv * NCic.substitution