]> 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 71c3883802ddca02d7f02981519b2d4460dc36cc..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
 
-val specs: (Level.status, Bag.lenv, Bag.term) Log.specs
+END
+
+val specs: (Layer.status, Bag.lenv, Bag.term) Log.specs
+
+IFDEF OBJECTS THEN
+
+val export_term: Layer.status -> Bag.term -> XmlLibrary.pp
 
-val export_term: Level.status -> Bag.term -> XmlLibrary.pp
+END