]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_procedural/proceduralHelpers.mli
cicDischarge, Procedural: we improved debugging and added some time stamps
[helm.git] / helm / software / components / acic_procedural / proceduralHelpers.mli
index 770534af63e88bba1b9865bb25aaaba7f894d265..239c789c2645876dc28455578665fb8b8d343042 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
+val print_times:
+   string -> unit
 val pp_term:
    (string -> unit) -> Cic.metasenv -> Cic.context -> Cic.term -> unit
 val mk_fresh_name:
    Cic.context -> Cic.name -> Cic.name
 val list_map_cps:
-  ('a list -> 'b) -> (('a -> 'b) -> 'c -> 'b) -> 'c list -> 'b
+   ('a list -> 'b) -> (('a -> 'b) -> 'c -> 'b) -> 'c list -> 'b
 val identity:
-  'a -> 'a
+   'a -> 'a
 val compose:
    ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
 val fst3: