Advertisement
Guest User

Untitled

a guest
Mar 5th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. ppx src/snark_intf.pp.ml (exit 1)
  2. (cd _build/default && ./.ppx/ppx_deriving.enum+ppx_jane+ppx_driver.runner/ppx.exe --dump-ast --cookie 'library-name="snarky"' -diff-cmd - -o src/snark_intf.pp.ml --impl src/snark_intf.ml)
  3. File "src/snark_intf.ml", line 415, characters 42-46:
  4. Error: ppx_type_conv: 'enum' is not a supported signature type type-conv generator
  5. ppx src/enumerable.pp.ml (exit 1)
  6. (cd _build/default && ./.ppx/ppx_deriving.enum+ppx_jane+ppx_driver.runner/ppx.exe --dump-ast --cookie 'library-name="snarky"' -diff-cmd - -o src/enumerable.pp.ml --impl src/enumerable.ml)
  7. File "src/enumerable.ml", line 12, characters 66-70:
  8. Error: ppx_type_conv: 'enum' is not a supported signature type type-conv generator
  9. ppx src/enumerable.pp.mli (exit 1)
  10. (cd _build/default && ./.ppx/ppx_deriving.enum+ppx_jane+ppx_driver.runner/ppx.exe --dump-ast --cookie 'library-name="snarky"' -diff-cmd - -o src/enumerable.pp.mli --intf src/enumerable.mli)
  11. File "src/enumerable.mli", line 2, characters 66-70:
  12. Error: ppx_type_conv: 'enum' is not a supported signature type type-conv generator
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement