Skip to content

Instantly share code, notes, and snippets.

@bitbckt
Created May 3, 2011 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitbckt/954236 to your computer and use it in GitHub Desktop.
Save bitbckt/954236 to your computer and use it in GitHub Desktop.
I: Running command '/usr/local/bin/ocamlbuild src/odn.cma src/odn.cmxa src/odn.a src/pa_noodn.cma tests/test.byte -tag debug'
I: No need to copy file '_build/tests/test.byte' to '_build/tests/test', same content
I: Running command '/usr/local/bin/ocamlbuild src/pa_odn.cma -tag debug'
ocamlfind ocamlc -c -g -package type-conv -package camlp4.quotations.o -package camlp4.lib -syntax camlp4o -I src -o src/pa_odn.cmo src/pa_odn.ml
+ ocamlfind ocamlc -c -g -package type-conv -package camlp4.quotations.o -package camlp4.lib -syntax camlp4o -I src -o src/pa_odn.cmo src/pa_odn.ml
File "src/pa_odn.ml", line 203, characters 21-33:
Error: This expression has type
Camlp4.PreCast.Ast.Loc.t ->
Camlp4.PreCast.Ast.ctyp -> Camlp4.PreCast.Ast.expr
but an expression was expected of type
Camlp4.PreCast.Ast.Loc.t -> Camlp4.PreCast.Ast.ctyp -> 'a -> 'b
Command exited with code 2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment