Go to file
2022-07-20 20:20:34 -06:00
.gitignore
ocaml-ppx-compare.spec Use new OCaml macros. 2022-07-20 20:20:34 -06:00
README.md Version 0.15.0. 2021-11-30 11:27:34 -07:00
sources Version 0.15.0 rerelease. 2022-02-28 10:31:57 -07: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.