You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, Core.Std.printf "Hello world" results in Error: Unbound module Core as expected. However if I then do #require "core.top" and then rerun the above, I still get Unbound module Core.
If I restart iocaml and make sure to #require a package first, then it works fine.
The text was updated successfully, but these errors were encountered:
That is something I have seen before. There was some logic I didn't get working (related to something like Btype.snap or somesuch) which might be related.
FWIW rather than restart iocaml, you can just restart the kernel with 'ctrl+m .'
For example,
Core.Std.printf "Hello world"
results inError: Unbound module Core
as expected. However if I then do#require "core.top"
and then rerun the above, I still get Unbound module Core.If I restart iocaml and make sure to #require a package first, then it works fine.
The text was updated successfully, but these errors were encountered: