# /Users/fpottier/dev/dune/_build/default/bin/main.exe build calc.exe
# OCAMLPARAM: unset
$ /usr/bin/getconf _NPROCESSORS_ONLN > /var/folders/qv/429y8rgj4jd166x167cws9tw0000gp/T/dunec776d8.output
$ /Users/fpottier/.opam/4.05.0/bin/ocamlfind printconf path > /var/folders/qv/429y8rgj4jd166x167cws9tw0000gp/T/dune4c9fd1.output
$ /Users/fpottier/.opam/4.05.0/bin/ocamlc.opt -config > /var/folders/qv/429y8rgj4jd166x167cws9tw0000gp/T/dune3e730a.output
$ (cd _build/default && /Users/fpottier/.opam/4.05.0/bin/ocamllex.opt -q -o lexer.ml lexer.mll)
$ (cd _build/default && /Users/fpottier/bin/menhir -la 2 parser.mly --base parser --infer-write-query parser__mock.ml)
$ (cd _build/default && /Users/fpottier/.opam/4.05.0/bin/ocamlopt.opt -o .ppx/jbuild/ppx_here/ppx.exe -I /Users/fpottier/.opam/4.05.0/lib/base -I /Users/fpottier/.opam/4.05.0/lib/base/caml -I /Users/fpottier/.opam/4.05.0/lib/base/shadow_stdlib -I /Users/fpottier/.opam/4.05.0/lib/ocaml-compiler-libs/common -I /Users/fpottier/.opam/4.05.0/lib/ocaml-compiler-libs/shadow -I /Users/fpottier/.opam/4.05.0/lib/ocaml-migrate-parsetree -I /Users/fpottier/.opam/4.05.0/lib/ocaml/compiler-libs -I /Users/fpottier/.opam/4.05.0/lib/ppx_ast -I /Users/fpottier/.opam/4.05.0/lib/ppx_core -I /Users/fpottier/.opam/4.05.0/lib/ppx_driver -I /Users/fpottier/.opam/4.05.0/lib/ppx_driver/print_diff -I /Users/fpottier/.opam/4.05.0/lib/ppx_here -I /Users/fpottier/.opam/4.05.0/lib/ppx_here/expander -I /Users/fpottier/.opam/4.05.0/lib/ppx_optcomp -I /Users/fpottier/.opam/4.05.0/lib/ppx_traverse_builtins -I /Users/fpottier/.opam/4.05.0/lib/result -I /Users/fpottier/.opam/4.05.0/lib/sexplib -I /Users/fpottier/.opam/4.05.0/lib/sexplib/0 -I /Users/fpottier/.opam/4.05.0/lib/stdio /Users/fpottier/.opam/4.05.0/lib/base/caml/caml.cmxa /Users/fpottier/.opam/4.05.0/lib/base/shadow_stdlib/shadow_stdlib.cmxa /Users/fpottier/.opam/4.05.0/lib/sexplib/0/sexplib0.cmxa /Users/fpottier/.opam/4.05.0/lib/base/base.cmxa /Users/fpottier/.opam/4.05.0/lib/ocaml/unix.cmxa /Users/fpottier/.opam/4.05.0/lib/ocaml/bigarray.cmxa /Users/fpottier/.opam/4.05.0/lib/ocaml/compiler-libs/ocamlcommon.cmxa /Users/fpottier/.opam/4.05.0/lib/ocaml-compiler-libs/common/ocaml_common.cmxa /Users/fpottier/.opam/4.05.0/lib/ocaml-compiler-libs/shadow/ocaml_shadow.cmxa /Users/fpottier/.opam/4.05.0/lib/result/result.cmxa /Users/fpottier/.opam/4.05.0/lib/ocaml-migrate-parsetree/migrate_parsetree.cmxa /Users/fpottier/.opam/4.05.0/lib/ppx_ast/ppx_ast.cmxa /Users/fpottier/.opam/4.05.0/lib/ppx_traverse_builtins/ppx_traverse_builtins.cmxa /Users/fpottier/.opam/4.05.0/lib/sexplib/sexplib.cmxa /Users/fpottier/.opam/4.05.0/lib/stdio/stdio.cmxa /Users/fpottier/.opam/4.05.0/lib/ppx_core/ppx_core.cmxa /Users/fpottier/.opam/4.05.0/lib/ppx_driver/print_diff/print_diff.cmxa /Users/fpottier/.opam/4.05.0/lib/ppx_optcomp/ppx_optcomp.cmxa /Users/fpottier/.opam/4.05.0/lib/ppx_driver/ppx_driver.cmxa /Users/fpottier/.opam/4.05.0/lib/ppx_here/expander/ppx_here_expander.cmxa /Users/fpottier/.opam/4.05.0/lib/ppx_here/ppx_here.cmxa .ppx/jbuild/ppx_here/ppx.ml)
$ (cd _build/default && .ppx/jbuild/ppx_here/ppx.exe -o lexer.pp.ml --impl lexer.ml --dump-ast)
$ (cd _build/default && .ppx/jbuild/ppx_here/ppx.exe -o parser__mock.pp.ml --impl parser__mock.ml --dump-ast)
$ (cd _build/default && .ppx/jbuild/ppx_here/ppx.exe -o calc.pp.ml --impl calc.ml --dump-ast)
$ (cd _build/default && /Users/fpottier/.opam/4.05.0/bin/ocamldep.opt -modules -impl lexer.pp.ml) > _build/default/lexer.pp.ml.d
$ (cd _build/default && /Users/fpottier/.opam/4.05.0/bin/ocamldep.opt -modules -impl parser__mock.pp.ml) > _build/default/parser__mock.pp.ml.d
$ (cd _build/default && /Users/fpottier/.opam/4.05.0/bin/ocamldep.opt -modules -impl calc.pp.ml) > _build/default/calc.pp.ml.d
$ (cd _build/default && /Users/fpottier/.opam/4.05.0/bin/ocamlc.opt -w -40 -g -I .calc.eobjs -i -impl parser__mock.pp.ml) > _build/default/parser__mock.mli.inferred
> File "parser.mly", line 20, characters 20-27:
> Error: This expression has type Lexing.position
>        but an expression was expected of type int
[2]
