Open c-cube opened 9 years ago
It would be very nice to be able to write
$ ocamlfind query ppx_tools/rewriter -ppx ppx_deriving.show foo.ml`
rather than
$ ocamlfind ppx_tools/rewriter \ -ppx '`ocamlfind query ppx_deriving`/ppx_deriving `ocamlfind query ppx_deriving`/ppx_deriving_show.cma' \ foo.ml
It would be very nice to be able to write
rather than