X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_refiner%2FnCicRefiner.mli;h=6ec18e3657f516251612d8ba01a88e58087ceb20;hb=29e65035d698f11ab4d3a627f8b9b6027f1f20d5;hp=1a04d2abde5f442348b0ea921bc6a66e35829147;hpb=2c01ff6094173915e7023076ea48b5804dca7778;p=helm.git diff --git a/matita/components/ng_refiner/nCicRefiner.mli b/matita/components/ng_refiner/nCicRefiner.mli index 1a04d2abd..6ec18e365 100644 --- a/matita/components/ng_refiner/nCicRefiner.mli +++ b/matita/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.status -> + #NCicCoercion.status -> ?localise:(NCic.term -> Stdpp.location) -> NCic.metasenv -> NCic.substitution -> NCic.context -> NCic.term -> NCic.term option -> (* term, expected type *) @@ -24,7 +24,7 @@ val typeof : (* menv, subst,refined term, type *) val typeof_obj : - #NRstatus.status -> + #NCicCoercion.status -> ?localise:(NCic.term -> Stdpp.location) -> NCic.obj -> NCic.obj