We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently, we have cmp and eq for the List, Option and Result modules (coming from Belt).
cmp
eq
List
Option
Result
It would be good to have these available for more modules, e.g. Array, Int, Float, String, Date, Null or Nullable.
Array
Int
Float
String
Date
Null
Nullable
Naming-wise, maybe compare and equal would be more "ReScript-like".
compare
equal