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