Re: List of all "buitin" modules in utop, to avoid name collision

"[email protected] [ocaml_beginners]" <[email protected]> 05 Jul 2016 08:33:55 -0700
Newsgroups gmane.comp.lang.ocaml.beginners
Message-ID <[email protected]>
You are right, reading this Absolute_path signature in my utop a second time,
it is in fact my own module, except that "string" has been replaced
with "CamlinternalFormatBasics.char_set". This is the reason I initially
thought it was a different module.
Why does utop make changes like that on module signatures ?