Skip to content

Deriving ord on a variant containing Error #254

Open
@giltho

Description

@giltho

Hello!

It looks like deriving ord when a type contains a variant called Error leads a bug.

This is what happens:
image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions