]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicReduction.mli
Reduction speedup (a.k.a. better sharing):
[helm.git] / helm / software / components / ng_kernel / nCicReduction.mli
index ba32fe15dd18f2cb38c6af0dc055fae94d72bbe5..9cff07d8fd0b9e623245f12ab6cdf09d24936bcf 100644 (file)
@@ -41,7 +41,7 @@ type machine = int * environment_item list * NCic.term * stack_item list
 val reduce_machine : 
      delta:int -> ?subst:NCic.substitution -> NCic.context -> machine -> 
       machine * bool
-val from_stack : stack_item -> machine
+val from_stack : delta:int -> stack_item -> machine
 val unwind : machine -> NCic.term
 
 val split_prods: