When trying to build owl wiht Ocaml 4.05.0 I am getting following error:
File "src/base/core/owl_operator.mli", line 198, characters 8-9:
Error: Syntax error: operator expected.
referring to the line:
val ( .!{} ) : ('a, 'b) M.t -> Owl_types.index list -> ('a, 'b) M.t
Do I need to switch to a newer Ocaml-Version?
Alternatively could I replace the Operator by a valid characters-sequence?
What would be one?
Thanks