-
Notifications
You must be signed in to change notification settings - Fork 0
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
Demo does not run on OCaml 5.0: Error: Unbound module Demo
after Sys_error("Broken pipe")
#2
Comments
I see the same output in OCaml 4.14.1. |
Maybe there is some problem with my system. I'm using WSL 2 on Windows 11 (the default install running Ubuntu). |
I only get the
|
|
I'm on macOS and can't reproduce the broken pipe issue unfortunately. About The reason this is needed is that given a type name from the cmt, we need to know how to access the printer for it from the project's main module - that's what is provided above. |
When I run:
My complete session for reference:
The text was updated successfully, but these errors were encountered: