-
Notifications
You must be signed in to change notification settings - Fork 43
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
ppx_sexp_conv creates code triggering warning 40 #1187
Comments
Never mind, I wasn't in the master branch when I saw this |
Yes, it should be fixed by #1188. |
I didn't close this issue because I consider #1188 more of a workaround than a clean fix. But I don't see myself taking the time to look into the root cause and file an upstream bug with ppx_sexp_conv in the near future, so let's keep this closed. |
When using version 16.0 of the
ppx_sexp_conv
package, types annotated with[@@deriving sexp]
may obtain sexp conversion functions whose body triggers warning 40, as seen in the following example:The text was updated successfully, but these errors were encountered: