-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I recently had an issue where floats where embedded into a struct, and checking with equal?
on the whole struct didn't round the float (as it does on one float).
I also don't want to have a property defined in a typeclass, with a specific notion of equality that depends on the implementation...
I am thinking that equal?
should be defined in a protocol, and implementable for any struct, just like generator is ?
What do you all think ?
Metadata
Metadata
Assignees
Labels
No labels