]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/common/output.mli
- siimplifified RTM (one register less) now counts x-steps.
[helm.git] / helm / software / helena / src / common / output.mli
index 3b6ecdab99d3d21c43920a0355627f6b073c342a..c2c0c32212b878e9706bbda420bd73716dfc7ae2 100644 (file)
@@ -13,7 +13,7 @@ val clear_reductions: unit -> unit
 
 val add: 
    ?beta:int -> ?theta:int -> ?epsilon:int -> ?ldelta:int -> ?gdelta:int ->
-   ?zeta:int -> ?upsilon:int -> ?lrt:int -> ?grt:int -> ?e:int ->
+   ?zeta:int -> ?upsilon:int -> ?lrt:int -> ?grt:int -> ?e:int -> ?x:int ->
    unit -> unit
 
 val print_reductions: unit -> unit