I have two files:
foo.ml
let foo = ()
foo.mli
val foo: int -> int
How can I get Merlin to warn me that I've incorrectly implemented the interface?
I have two files:
foo.ml
let foo = ()
foo.mli
val foo: int -> int
How can I get Merlin to warn me that I've incorrectly implemented the interface?