module Debug:
| Parameters: |
|
val debug : string -> unitdebug prints the string and end it with a newlineval debug_exception : string -> exn -> unit
val time : ('a -> 'b) ->
'a -> (float -> unit, Pervasives.out_channel, unit) Pervasives.format -> 'btime computes the time spent in a function, and then
print it using the given formatval pr_constr : string -> Term.constr -> unitpr_constr print a Coq constructor, that can be labelled
by a string