]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/basic_ag/bagOutput.mli
update in ground_2 and models
[helm.git] / helm / software / helena / src / basic_ag / bagOutput.mli
index 90ae4c97784a8e7de6d8575e8e75728216bbd2ea..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: (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: Bag.term -> XmlLibrary.pp
+END