]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgOutput.mli
txtLexer: bug fix in parsing the string tokens
[helm.git] / helm / software / lambda-delta / basic_rg / brgOutput.mli
index 9a3b58b4a5b066f1f7729df4578c2ae48f6aca0f..772f43cad5a1f0964a29a95a0d7e4c1aedfd1d21 100644 (file)
@@ -13,10 +13,13 @@ type counters
 
 val initial_counters: counters
 
-val count_item: (counters -> 'a) -> counters -> Brg.item -> 'a
+val count_entity: (counters -> 'a) -> counters -> Brg.entity -> 'a
 
 val print_counters: (unit -> 'a) -> counters -> 'a
 
 val specs: (Brg.lenv, Brg.term) Log.specs
 
-val export_obj: Format.formatter -> Brg.bind Item.obj -> unit
+val export_term: Brg.term -> Library.pp
+(*
+val export_term: Format.formatter -> Brg.term -> unit
+*)