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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Repro (due to @lukemaurer)
a_intf.ml
module type S = sig module Foo : sig end end
b_intf.ml
module Bar = struct end module type S = sig include A_intf.S module Foo : sig end end module type B = sig module type S = S include S end
b.mli
include B_intf.B
c.mli
include B.S
Causes a failure in Subst
Subst
The text was updated successfully, but these errors were encountered:
Add a test for ocaml#587
195f982
Signed-off-by: Jon Ludlam <jon@recoil.org>
523b6f5
6410a96
Add a test for #587
5fcb1ef
Fixed in #603
Sorry, something went wrong.
jonludlam
No branches or pull requests
Repro (due to @lukemaurer)
a_intf.ml
b_intf.ml
b.mli
c.mli
Causes a failure in
Subst
The text was updated successfully, but these errors were encountered: