module String_id: String_id
module type S =sig
..end
include String_id.S
module Make:
Make
customizes the error messages generated by of_string
/of_sexp
to include
module_name
.
module Make_without_pretty_printer:
Make
does without registering a pretty printer.