]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nCicRefiner.mli
1) unification hint now takes NG terms (as it should have been from the very
[helm.git] / helm / software / components / ng_refiner / nCicRefiner.mli
index 5d845eb1fe1526d2e713df641c566498a48439be..b601db963834c0f98e0b1c29dd7326aa8a0c1d7a 100644 (file)
 
 (* $Id$ *)
 
-exception RefineFailure of Stdpp.location * (string Lazy.t);;
-exception Uncertain of Stdpp.location * (string Lazy.t);;
+exception RefineFailure of (Stdpp.location * string) Lazy.t;;
+exception Uncertain of (Stdpp.location * string) Lazy.t;;
 exception AssertFailure of string Lazy.t;;
 
 val typeof :
+ NRstatus.refiner_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.refiner_status ->
+ ?localise:(NCic.term -> Stdpp.location) ->
+  NCic.obj -> NCic.obj
+