reazen / relude

FP-inspired prelude/standard library for ReasonML projects
https://reazen.github.io/relude
MIT License
267 stars 41 forks source link

Inconsistent implementations of eqBy, compareBy, eq, compare #339

Open mlms13 opened 1 year ago

mlms13 commented 1 year ago

Option

Array

List

It looks like we have compareBy for tuples and Relude.Map, but maybe not for anything else.