jon.recoil.org

Module Debug

val print : ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'a

Print some output to stdout, if -debug-ocaml is given on this invocation of ocaml. Example:

   Debug.print "The type is %a" Printtyp.raw_type_expr ty