]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/complete_rg/crgOutput.mli
- conditional compilation continues ...
[helm.git] / helm / software / helena / src / complete_rg / crgOutput.mli
index 86ea0f6c931ccc7976b07c3e0a86607d0850a3e8..9e987e9eb79ec2d9f967c69cf224a499828e0c26 100644 (file)
@@ -13,10 +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