Module Debug
val print : ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'aPrint 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 tyDebugval print : ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'aPrint 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