Command that checks that the anon files given compile and match the interface X
given. Also provides a -ocamldep
mode allowing only the main file to be passed on
the command line.
When with_code_style_switch:false
, the code style is the same as for
with_compiler
. One may use true
if both camlp4 and ppx are embedded, in which
case a -code-style
flag is provided in the command line to pick between camlp4 and
ppx to perform the validation.