]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/basic_rg/brgOutput.mli
helena: warning removed and modifications for λΥP exportation
[helm.git] / helm / software / helena / src / basic_rg / brgOutput.mli
index 155cc8ee43d1be4217ae91f169ca1f4cf0c4c7cc..59adec3e985f07b6526a16e55c99aede46162bfb 100644 (file)
@@ -13,10 +13,18 @@ type counters
 
 val initial_counters: counters
 
+IFDEF SUMMARY THEN
+
 val count_entity: (counters -> 'a) -> counters -> Brg.entity -> 'a
 
 val print_counters: (unit -> 'a) -> counters -> 'a
 
+END
+
 val specs: (Layer.status, Brg.lenv, Brg.term) Log.specs
 
+IFDEF OBJECTS THEN
+
 val export_term: Layer.status -> Brg.term -> XmlLibrary.pp
+
+END