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