We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the following files:
(* a.ml *) module type S = sig module M: sig end end (* b.ml *) module type S = [%import: (module A.S)]
I get the error "File "src/ppx_import.cppo.ml", line 313, characters 9-15: Assertion failed".
File "src/ppx_import.cppo.ml", line 313, characters 9-15: Assertion failed
(This is with the version 1.4 currently in opam for compiler version 4.06.0.)
The text was updated successfully, but these errors were encountered:
Related to #20. Closing this entry. I'll look into it.
Sorry, something went wrong.
xguerin
No branches or pull requests
With the following files:
I get the error "
File "src/ppx_import.cppo.ml", line 313, characters 9-15: Assertion failed
".(This is with the version 1.4 currently in opam for compiler version 4.06.0.)
The text was updated successfully, but these errors were encountered: