-
Notifications
You must be signed in to change notification settings - Fork 8
Wrong output on query #6
Copy link
Copy link
Open
Description
Not sure if this is intended, but the output differs from the readme examples:
$ roc std::cmp::Eq
Derive macro generating an impl of the trait Eq.
The readme shows this:
$ roc std::cmp::Eq
Trait for equality comparisons which are equivalence relations.
This means, that in addition to a == b and a != b being strict inverses, the equality must
be (for all a, b and c)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels