]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_ag/bagOutput.mli
txtLexer: bug fix in parsing the string tokens
[helm.git] / helm / software / lambda-delta / basic_ag / bagOutput.mli
index e176227d96c18069e3291e7f166bdbc717d0c6b9..daa07a6d1eb2218bcd1ec3a2478779547561dd92 100644 (file)
@@ -13,8 +13,8 @@ type counters
 
 val initial_counters: counters
 
-val count_item: (counters -> 'a) -> counters -> Bag.item -> 'a
+val count_entity: (counters -> 'a) -> counters -> Bag.entity -> 'a
 
 val print_counters: (unit -> 'a) -> counters -> 'a
 
-val specs: (Bag.context, Bag.term) Log.specs
+val specs: (Bag.lenv, Bag.term) Log.specs