X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_refiner%2FnCicUnification.mli;h=a6ddfaeed2009b04f95c9c37dd3b3d5a1886b2b6;hb=72aa8b2087285826b14fc39a389632f0317c51b6;hp=54ccf2143f479a2aec9251aba5296098f0fa8e0a;hpb=f2e2d1f6cccad2cc1ce70ef7fa2841cf0a457953;p=helm.git diff --git a/helm/software/components/ng_refiner/nCicUnification.mli b/helm/software/components/ng_refiner/nCicUnification.mli index 54ccf2143..a6ddfaeed 100644 --- a/helm/software/components/ng_refiner/nCicUnification.mli +++ b/helm/software/components/ng_refiner/nCicUnification.mli @@ -16,7 +16,8 @@ exception Uncertain of string Lazy.t;; exception AssertFailure of string Lazy.t;; val unify : - NCicUnifHint.db -> + #NRstatus.status -> + ?test_eq_only:bool -> (* default: false *) NCic.metasenv -> NCic.substitution -> NCic.context -> NCic.term -> NCic.term -> NCic.metasenv * NCic.substitution