You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like deriving ord when a type contains a variant called Error leads a bug.
This is what happens:
While if we do the same thing with a field called SError for example, it works.
I am guessing the generated expression contains the Result.Error type and there's some clash..
The text was updated successfully, but these errors were encountered:
sim642
added a commit
to sim642/ppx_deriving
that referenced
this issue
Mar 18, 2022
Hello!
It looks like deriving
ord
when a type contains a variant calledError
leads a bug.This is what happens:
While if we do the same thing with a field called
SError
for example, it works.I am guessing the generated expression contains the
Result.Error
type and there's some clash..The text was updated successfully, but these errors were encountered: