]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicReduction.mli
NCicReduction.reduce_machine returns a boolean stating if the machine is in normal...
[helm.git] / helm / software / components / ng_kernel / nCicReduction.mli
index 4828fbc2b5e8b56d804be26c6d0f90f4325c15c5..c80da989d73c3bc53e29477de4df5e9b48e2e66d 100644 (file)
@@ -36,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