blob: 8dcc333c83b6e85738314c0db8587188c238ae08 (
plain) (
blame)
1
2
3
4
5
|
This PPX rewriter plugin derives comparison and equality functions
from OCaml type definitions and (anonymous) type annotations. The
generated functions are usualy faster than their polymorphic
equivalent from the OCaml standard library. It is also possible to
ignore one or more member of a tuple or structure.
|