module Register_pp: functor (M : siginclude Pretty_printer.S val module_name : stringend) -> S with type t := M.t
functor (
M
:
sig
include Pretty_printer.S
val module_name : string
string
end
) ->
S
with type t := M.t
Register_pp
Register
pp
to_string
sig include S val module_name : string end
type t
val pp : Format.formatter -> t -> unit
Format.formatter -> t -> unit