Re: List of all "buitin" modules in utop, to avoid name collision
| 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 ?