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-3.fc41 | - |
Fedora 41 | 0.17.0-3.fc41 | - |
Fedora 40 | 0.16.0-9.fc40 | - |
Fedora 39 | 0.16.0-3.fc39 | - |
You can contact the maintainers of this package via email at
ocaml-ppx-compare dash maintainers at fedoraproject dot org
.