X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_refiner%2FnCicUnification.mli;h=47a59d4f2a88021c83e8c960de893aa71efbdafb;hb=fed8f1a2c4d10e8b6411ae471d0f85636d2f13a9;hp=a6ddfaeed2009b04f95c9c37dd3b3d5a1886b2b6;hpb=8bc5bc0e8375a85736f6a5df317d129d5efa8de4;p=helm.git diff --git a/helm/software/components/ng_refiner/nCicUnification.mli b/helm/software/components/ng_refiner/nCicUnification.mli index a6ddfaeed..47a59d4f2 100644 --- a/helm/software/components/ng_refiner/nCicUnification.mli +++ b/helm/software/components/ng_refiner/nCicUnification.mli @@ -15,6 +15,13 @@ exception UnificationFailure of string Lazy.t;; exception Uncertain of string Lazy.t;; exception AssertFailure of string Lazy.t;; +val set_refiner_typeof: + (NRstatus.status -> + ?localise:(NCic.term -> Stdpp.location) -> + NCic.metasenv -> NCic.substitution -> NCic.context -> + NCic.term -> NCic.term option -> (* term, expected type *) + NCic.metasenv * NCic.substitution * NCic.term * NCic.term) -> unit + val unify : #NRstatus.status -> ?test_eq_only:bool -> (* default: false *)