X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_refiner%2FnCicUnification.mli;h=a6ddfaeed2009b04f95c9c37dd3b3d5a1886b2b6;hb=421056da7b3e1d6b9d91d72092b4f3c3232a00ce;hp=a2d6c7d78432161745e806207a731b7e7b60194d;hpb=0542386e10041791982e7240f281299677b1997b;p=helm.git diff --git a/helm/software/components/ng_refiner/nCicUnification.mli b/helm/software/components/ng_refiner/nCicUnification.mli index a2d6c7d78..a6ddfaeed 100644 --- a/helm/software/components/ng_refiner/nCicUnification.mli +++ b/helm/software/components/ng_refiner/nCicUnification.mli @@ -16,7 +16,7 @@ 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 ->