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

Fails with assertion on nested modules #22

Closed
andy-morris opened this issue Jan 14, 2018 · 1 comment
Closed

Fails with assertion on nested modules #22

andy-morris opened this issue Jan 14, 2018 · 1 comment
Assignees

Comments

@andy-morris
Copy link

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".

(This is with the version 1.4 currently in opam for compiler version 4.06.0.)

@xguerin
Copy link
Contributor

xguerin commented Jan 16, 2018

Related to #20. Closing this entry. I'll look into it.

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