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