Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#use "topfind"; not needed with 'rtop', and crashes 'rtop' to boot #847

Open
dchambers opened this issue Nov 19, 2016 · 0 comments
Open

Comments

@dchambers
Copy link
Contributor

I'm an OCaml novice (thanks to Reason 😄) and I wanted to use the opam installation of Reason along with containers as my standard library. After installing it with:

opam install containers

I found that if I entered #use "topfind"; into rtop then it exited with this error:

Fatal error: exception Syntax_util.Error(_, _)

whereas doing the same worked great in utop.

This is probably obvious to OCaml practitioners, but it wasn't to me so I thought I'd share. It turned out that by just not running that line and proceeding straight to the #require "containers"; line then everything worked correctly, and I was able to open Containers; and use it just fine.

This issue can probably be immediately closed, though maybe this should be documented in the readme.MD?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants