]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nCicRefiner.mli
unification pps can be activated by the menu debug
[helm.git] / helm / software / components / ng_refiner / nCicRefiner.mli
index 9b10e3448cc05cbe52286639678525cc7d28e703..1a04d2abde5f442348b0ea921bc6a66e35829147 100644 (file)
@@ -16,9 +16,16 @@ exception Uncertain of (Stdpp.location * string) Lazy.t;;
 exception AssertFailure of string Lazy.t;;
 
 val 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
     (*  menv, subst,refined term, type *)
 
+val typeof_obj :
+ #NRstatus.status ->
+ ?localise:(NCic.term -> Stdpp.location) ->
+  NCic.obj -> NCic.obj
+
+val debug : bool ref