This introduces a module that encompases all the Ocamlscript modules as well as
this operator:
val (--) : 'a -> 'b -> unit
which is used to get the ocamlscript header through the merlin compiler without errors, such as with this example.
Note this still requires having a .merlin file, although I'm considering ways around that too. Before this change, you simply couldn't avoid getting an error on the terminating -- line.
This introduces a module that encompases all the
Ocamlscript
modules as well as this operator:which is used to get the ocamlscript header through the merlin compiler without errors, such as with this example.
Note this still requires having a
.merlin
file, although I'm considering ways around that too. Before this change, you simply couldn't avoid getting an error on the terminating--
line.