]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_ag/bagOutput.mli
little workaround for multiple screens, gdk support not bound by lablgtk2
[helm.git] / helm / software / lambda-delta / basic_ag / bagOutput.mli
index 58c63f110b5fd57575c9da604e39603b531df80e..daa07a6d1eb2218bcd1ec3a2478779547561dd92 100644 (file)
@@ -13,7 +13,7 @@ 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