]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nCicUnification.mli
Refinement of inductive type implemented.
[helm.git] / helm / software / components / ng_refiner / nCicUnification.mli
index 54ccf2143f479a2aec9251aba5296098f0fa8e0a..a2d6c7d78432161745e806207a731b7e7b60194d 100644 (file)
@@ -17,6 +17,7 @@ exception AssertFailure of string Lazy.t;;
 
 val unify :
   NCicUnifHint.db ->
+  ?test_eq_only:bool -> (* default: false *)
   NCic.metasenv -> NCic.substitution -> NCic.context -> 
   NCic.term -> NCic.term ->
    NCic.metasenv * NCic.substitution