]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_refiner/nCicRefiner.mli
WARNING: partial commit (does not compile)
[helm.git] / matita / components / ng_refiner / nCicRefiner.mli
index 1a04d2abde5f442348b0ea921bc6a66e35829147..6ec18e3657f516251612d8ba01a88e58087ceb20 100644 (file)
@@ -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