]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nCicRefiner.mli
Bug fixed: the debrujinate function (hence the one to compute objects height)
[helm.git] / helm / software / components / ng_refiner / nCicRefiner.mli
index 9b10e3448cc05cbe52286639678525cc7d28e703..b75ee3a815c6cf07dc0c60a0c5239929ac7e67f6 100644 (file)
@@ -16,9 +16,15 @@ 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
+