]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgOutput.mli
ok, but slow on includes
[helm.git] / helm / software / lambda-delta / basic_rg / brgOutput.mli
index 6e578d80a27c4b22389fcec6c855ba1dc8804f63..b9acfd3025b44401c615419cb2ad25ca31d26eb5 100644 (file)
@@ -13,18 +13,10 @@ type counters
 
 val initial_counters: counters
 
-val count_item: (counters -> 'a) -> counters -> Brg.item -> 'a
+val count_unit: (counters -> 'a) -> counters -> Brg.unit -> 'a
 
 val print_counters: (unit -> 'a) -> counters -> 'a
 
-val specs: (Brg.context, Brg.term) Log.specs
+val specs: (Brg.lenv, Brg.term) Log.specs
 
-val indexes: bool ref
-
-type reductions
-
-val initial_reductions: reductions
-
-val add: 
-   ?beta:int -> ?upsilon:int -> ?tau:int -> ?ldelta:int -> ?gdelta:int -> 
-   reductions -> reductions
+val export_entry: Format.formatter -> Brg.bind Unit.entry -> unit