package ppx_compare
Generation of comparison functions from types
Install
dune-project
Dependency
Authors
Maintainers
Sources
ppx_compare-v0.12.0.tar.gz
sha256=48e52ba27b2121923d9d197e991712f3085a45a6417938cd115421b73fa92fec
md5=e50fddd9fd7ece75ec8a861e7c1e7e18
doc/CHANGES.html
git version
- Optimized comparison for sum types when all constructors are constant.
v0.11
Depend on ppxlib instead of (now deprecated) ppx_core, ppx_driver, ppx_metaquot and ppx_type_conv.
v0.10
- Disallowed
[%equal]; use[%compare.equal] - Added
@compare.ignorerecord-field attribute;ppx_compareandppx_hashskip record fields annotated with@compare.ignore. - Added support to
%comparesyntax for underscore (_) as meaning a comparison function that ignores both its arguments and returns zero.
v0.9
113.43.00
- use the new context-free API
113.24.00
- Follow evolution of
Ppx_coreandType_conv.