]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgOutput.mli
- xml exportation activated for the brg kernel
[helm.git] / helm / software / lambda-delta / basic_rg / brgOutput.mli
index 6e578d80a27c4b22389fcec6c855ba1dc8804f63..f238af5d0b3b7fce566a94a406a55931e93f0692 100644 (file)
@@ -19,12 +19,4 @@ val print_counters: (unit -> 'a) -> counters -> 'a
 
 val specs: (Brg.context, 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_obj: Format.formatter -> Brg.bind Common.obj -> unit