Module Pretty_printer.Register_pp
Register_pp
is like Register
, but allows a custom pp
function rather than using to_string
.
Parameters
M : sig ... end
Signature
val pp : Formatter.t -> t -> unit
Pretty_printer.Register_pp
Register_pp
is like Register
, but allows a custom pp
function rather than using to_string
.
M : sig ... end
val pp : Formatter.t -> t -> unit