]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/basic_ag/bagOutput.mli
update in basic_2 and static_2
[helm.git] / helm / software / helena / src / basic_ag / bagOutput.mli
index 64f6b034f07f0b8406597831b834ce53b6686fb4..6ef4385c6942793f51eb42e6088e63aad9e5ae6f 100644 (file)
@@ -13,10 +13,18 @@ type counters
 
 val initial_counters: counters
 
+IFDEF SUMMARY THEN
+
 val count_entity: (counters -> 'a) -> counters -> Bag.entity -> 'a
 
 val print_counters: (unit -> 'a) -> counters -> 'a
 
+END
+
 val specs: (Layer.status, Bag.lenv, Bag.term) Log.specs
 
+IFDEF OBJECTS THEN
+
 val export_term: Layer.status -> Bag.term -> XmlLibrary.pp
+
+END