I would like to use functions of module List
of Ocaml Batteries. I have installed Batteries, and write code as follows:
open Extlib
...
Extlib.ExtList.List.remove ...
While compiling, it gives me an error Error: Unbound module Extlib
. Does anyone know what happens?