]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/src/complete_rg/crgOutput.mli
the old intermediate language (meta) is now obsolete
[helm.git] / helm / software / lambda-delta / src / complete_rg / crgOutput.mli
index d804937f8500bf7a7f7f6afe52a6715ebe88e1cf..5740b6ba80e30ee95e38664cd51fd58703fc3731 100644 (file)
@@ -9,4 +9,12 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
+type counters
+
+val initial_counters: counters
+
+val count_entity: (counters -> 'a) -> counters -> Crg.entity -> 'a
+
+val print_counters: (unit -> 'a) -> counters -> 'a
+
 val pp_term: (string -> unit) -> Crg.term -> unit