caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Qualifying Module Names
@ 2015-06-10 14:16 Kenneth Adam Miller
  2015-06-10 14:35 ` Ben Millwood
  2015-06-10 15:08 ` Oliver Bandel
  0 siblings, 2 replies; 4+ messages in thread
From: Kenneth Adam Miller @ 2015-06-10 14:16 UTC (permalink / raw)
  To: caml users

[-- Attachment #1: Type: text/plain, Size: 416 bytes --]

I ran into a quirk today-

I noticed that if I first do:

open My_module.Submodule
module Blah = Foo.Bar

That my code would compile, but doing this:

module Blah = My_module.Submodule.Foo.Bar

will *not*. Why is that? Is there any way to fully qualify a module name in
the latter manner (the code of the latter manner was fully machine
generated, and I would like the machine generated code not have to be
edited).

[-- Attachment #2: Type: text/html, Size: 568 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-06-10 15:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-10 14:16 [Caml-list] Qualifying Module Names Kenneth Adam Miller
2015-06-10 14:35 ` Ben Millwood
2015-06-10 14:41   ` Kenneth Adam Miller
2015-06-10 15:08 ` Oliver Bandel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).