-
Notifications
You must be signed in to change notification settings - Fork 9
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
Strange deriving error in presence of lens.ppx_deriving
#14
Comments
@didier-wenzek what do you think? |
I will have a look. I don't remember having done something special, neither to prevent nor to support this actual use case, where the ppx are called in cascade. |
Thanks @didier-wenzek. The problem is that I never dug into the ppx world so I can't reply to @psteckler. |
I failed to reproduce the issue. I tried different combinations of derivers and transformers, but noticed no specific issues. Except that @psteckler can you share the |
I manually inserted the code that would have been created by https://github.com/CodaProtocol/coda/blob/develop/src/lib/parallel_scan/parallel_scan.ml#L63 The transformer which contains the type is If you'd like to build the code, there are instructions here: https://github.com/CodaProtocol/coda/blob/develop/README-dev.md |
See: https://discuss.ocaml.org/t/odd-deriving-error/4606
The text was updated successfully, but these errors were encountered: