caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] a question about compiler-libs and Ocaml toplevel
@ 2018-03-11 10:49 Matej Košík
  2018-03-12  9:24 ` Matej Košík
  0 siblings, 1 reply; 4+ messages in thread
From: Matej Košík @ 2018-03-11 10:49 UTC (permalink / raw)
  To: caml-list

Hi,

When I load compiler-libs

  #require "compiler-libs.common";;

then I can use various modules contained therein, but not "Location".
(which is referenced from "Parsetree")

Something like:

  open Location;;

or

  Location.none;;

fails with:

  Error: Unbound module Location

It seems that I am missng something very basic.

Why can't "Location" be used when "compiler-libs.common" package was loaded?
(While other modules (which use "Location") can be used in the toplevel just fine.)

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

end of thread, other threads:[~2018-03-12 10:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-11 10:49 [Caml-list] a question about compiler-libs and Ocaml toplevel Matej Košík
2018-03-12  9:24 ` Matej Košík
2018-03-12 10:15   ` Leo White
2018-03-12 10:46     ` Matej Košík

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).