]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nCicRefiner.mli
huge commit regarding the grafite_status:
[helm.git] / helm / software / components / ng_refiner / nCicRefiner.mli
index d43a09f207a39b77aefedff4f2a0a814826c1e9d..b601db963834c0f98e0b1c29dd7326aa8a0c1d7a 100644 (file)
@@ -16,31 +16,15 @@ exception Uncertain of (Stdpp.location * string) Lazy.t;;
 exception AssertFailure of string Lazy.t;;
 
 val typeof :
- NCicUnifHint.db ->
+ NRstatus.refiner_status ->
  ?localise:(NCic.term -> Stdpp.location) ->
- look_for_coercion:(
-    NCic.metasenv -> NCic.substitution -> NCic.context -> 
-    (* inferred type, expected type *)
-    NCic.term -> NCic.term -> 
-      (* enriched metasenv, new term, its type, metavriable to
-       * be unified with the old term *)
-      (NCic.metasenv * NCic.term * NCic.term * NCic.term) list
-  ) ->
   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 :
- NCicUnifHint.db ->
+ NRstatus.refiner_status ->
  ?localise:(NCic.term -> Stdpp.location) ->
- look_for_coercion:(
-    NCic.metasenv -> NCic.substitution -> NCic.context -> 
-    (* inferred type, expected type *)
-    NCic.term -> NCic.term -> 
-      (* enriched metasenv, new term, its type, metavriable to
-       * be unified with the old term *)
-      (NCic.metasenv * NCic.term * NCic.term * NCic.term) list
-  ) ->
   NCic.obj -> NCic.obj