]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicReduction.mli
New version.
[helm.git] / helm / software / components / ng_kernel / nCicReduction.mli
index 56b8ee06ca829158147ab90a485dfd55aac175f6..006dba9d4ed7b88615e6bc3a417d977791fc7bf8 100644 (file)
 (* $Id$ *)
 
 val whd : 
-  ?delta:int -> ?subst:NCic.substitution -> 
+  ?delta:int -> subst:NCic.substitution -> 
   NCic.context -> NCic.term -> 
     NCic.term
 
+val set_get_relevance : 
+  (metasenv:NCic.metasenv -> subst:NCic.substitution ->
+   NCic.context -> NCic.term -> NCic.term list -> bool list) -> unit
+
 val are_convertible :
-  ?subst:NCic.substitution ->
-  (subst:NCic.substitution ->
-   NCic.context -> NCic.term -> NCic.term list -> bool list) ->
+  metasenv:NCic.metasenv -> subst:NCic.substitution ->
   NCic.context -> NCic.term -> NCic.term -> bool
 
 
@@ -34,7 +36,8 @@ type environment_item
 type machine = int * environment_item list * NCic.term * stack_item list
 
 val reduce_machine : 
-     delta:int -> ?subst:NCic.substitution -> NCic.context -> machine -> machine
+     delta:int -> ?subst:NCic.substitution -> NCic.context -> machine -> 
+      machine * bool
 val from_stack : stack_item -> machine
 val unwind : machine -> NCic.term