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