Quantcast
Channel: OCaml - Topics tagged dune
Viewing all articles
Browse latest Browse all 543

Dune can't find my module Lex

$
0
0

I have been using ocamlbuild but am trying to switch to Dune. I’m getting the error message “Error: Unbound module Lex” even though the source file for my lexer, lex.mll, is in the same directory as the .ml files for my compiler, which Dune finds. Do I need to tell Dune how to deal with a .mll file?

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 543

Trending Articles