Currently, we have `cmp` and `eq` for the `List`, `Option` and `Result` modules (coming from Belt). It would be good to have these available for more modules, e.g. `Array`, `Int`, `Float`, `String`, `Date`, `Null` or `Nullable`. Naming-wise, maybe `compare` and `equal` would be more "ReScript-like".