]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/complete_rg/crgOutput.mli
xhtml simplified
[helm.git] / helm / software / helena / src / complete_rg / crgOutput.mli
index a3f636381c3208e91b597e82bad3fd3750685d41..9e987e9eb79ec2d9f967c69cf224a499828e0c26 100644 (file)
@@ -13,8 +13,14 @@ type counters
 
 val initial_counters: counters
 
+IFDEF SUMMARY THEN
+
 val count_entity: (counters -> 'a) -> counters -> Crg.entity -> 'a
 
 val print_counters: (unit -> 'a) -> counters -> 'a
 
+END
+
 val pp_term: (string -> unit) -> Layer.status -> Crg.term -> unit
+
+val pp_lenv: (string -> unit) -> Layer.status -> Crg.lenv -> unit