Go to file
2023-10-05 15:52:26 +01:00
.gitignore
ocaml-ppx-compare.spec OCaml 5.1 rebuild for Fedora 40 2023-10-05 15:52:26 +01:00
README.md
sources Version 0.16.0 2023-07-10 17:28:38 -06:00

ocaml-ppx-compare

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.