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

Error: Unbound type constructor Result.result #879

Open
yurivict opened this issue Aug 30, 2021 · 1 comment
Open

Error: Unbound type constructor Result.result #879

yurivict opened this issue Aug 30, 2021 · 1 comment

Comments

@yurivict
Copy link

File "src/core/lwt.mli", line 1566, characters 28-41:
1566 | type +'a result = ('a, exn) Result.result
                                   ^^^^^^^^^^^^^
Error: Unbound type constructor Result.result

Version: 5.4.2
ocaml-4.12.0
OS: FreeBSD 13

@raphael-proust
Copy link
Collaborator

I cannot reproduce on my machine (5.4.2, ocaml-4.12.0, linux). I doubt the OS would have an influence on that although I can't exclude it completely.

Did you get this error when building from opam or when building from the source directory?
Did you modify from 5.4.2? Did you modify the build files?
Does it compile if you modify Result.result to be Result.t?

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

No branches or pull requests

2 participants