Closed Murphy-OrangeMud closed 2 years ago
This is not a bug. The dune stanzas are missing a (preprocess ...)
specification.
Something like:
(executable ...
(preprocess (pps ppx_deriving_yojson))
This is not a bug. The dune stanzas are missing a
(preprocess ...)
specification.Something like:
(executable ... (preprocess (pps ppx_deriving_yojson))
Thanks
It works in utop but fails to build. my file structure
my code in file keywordcount.ml:
my code in src/dune
When I use
dune build
, there's an error: