X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_refiner%2FnCicRefiner.mli;h=b75ee3a815c6cf07dc0c60a0c5239929ac7e67f6;hb=8bc5bc0e8375a85736f6a5df317d129d5efa8de4;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..b75ee3a81 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,7 @@ val typeof : (* menv, subst,refined term, type *) val typeof_obj : - NRstatus.refiner_status -> + #NRstatus.status -> ?localise:(NCic.term -> Stdpp.location) -> NCic.obj -> NCic.obj