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

Unbound module ANSITerminal

$
0
0

Trying to test the ANSITerminal module and installed it on my windows box.

PS H:\Ocaml\Bataille> opam install ANSITerminal

Then in Bataille.ml:

open ANSITerminal;;

within my dune project … followed by :

PS H:\Ocaml\Bataille> dune build
File "bin/Bataille.ml", line 4, characters 5-17:
4 | open ANSITerminal;;
         ^^^^^^^^^^^^
Error: Unbound module ANSITerminal

Yet another unbound module this time. No issue with other modules though : Printf, Random, List, …

Help appreciated from the gurus .

NAlec.

8 posts - 6 participants

Read full topic


Viewing all articles
Browse latest Browse all 521

Trending Articles