Generate comparison functions from types
Ppx_compare is a ppx rewriter that derives comparison and equality functions from type representations. The scaffolded functions are usually much faster than OCaml's `Pervasives.compare` and `Pervasives.(=)`. Scaffolding functions also give more flexibility by allowing them to be overridden for a specific type, and more safety by making sure that only comparable values are compared.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.17.0-7.fc43 | - |
Fedora 42 | 0.17.0-6.fc42 | - |
Fedora 41 | 0.17.0-4.fc41 | - |
You can contact the maintainers of this package via email at
ocaml-ppx-compare dash maintainers at fedoraproject dot org
.