Hi all,
After reading GitHub pages and documents on ppxlib
and ppx_deriving
, I have understandings that:
-
ppxlib.Deriving
is a new implementation forppx_deriving
- some
ppx_<x>
rewriters on based onppxlib
instead ofppx_deriving
, likeppx_compare
.
Is there plugin show
based on ppxlib.Deriving
? Should I just use show
in ppx_deriving
?