X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_refiner%2FnCicRefiner.mli;h=1a04d2abde5f442348b0ea921bc6a66e35829147;hb=0581f3c8dc2098b82cd31a0fbed224a95652bd88;hp=b601db963834c0f98e0b1c29dd7326aa8a0c1d7a;hpb=dcdbb979433a61e2ef2842d96604098728824416;p=helm.git diff --git a/helm/software/components/ng_refiner/nCicRefiner.mli b/helm/software/components/ng_refiner/nCicRefiner.mli index b601db963..1a04d2abd 100644 --- a/helm/software/components/ng_refiner/nCicRefiner.mli +++ b/helm/software/components/ng_refiner/nCicRefiner.mli @@ -16,7 +16,7 @@ exception Uncertain of (Stdpp.location * string) Lazy.t;; exception AssertFailure of string Lazy.t;; val typeof : - NRstatus.refiner_status -> + #NRstatus.status -> ?localise:(NCic.term -> Stdpp.location) -> NCic.metasenv -> NCic.substitution -> NCic.context -> NCic.term -> NCic.term option -> (* term, expected type *) @@ -24,7 +24,8 @@ val typeof : (* menv, subst,refined term, type *) val typeof_obj : - NRstatus.refiner_status -> + #NRstatus.status -> ?localise:(NCic.term -> Stdpp.location) -> NCic.obj -> NCic.obj +val debug : bool ref