]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brgOutput.mli
Error message fixed (dereferencing must be done eagerly, not when the error is
[helm.git] / helm / software / lambda-delta / basic_rg / brgOutput.mli
index cd7e49dc558e7629e9004524319abd991aa108bb..69700febdf838508b551e0c2c017323616170d74 100644 (file)
@@ -13,8 +13,10 @@ 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: (BrgReduction.context, Brg.term) Log.specs
+val specs: (Brg.lenv, Brg.term) Log.specs
+
+val export_term: Format.formatter -> Brg.term -> unit