vim-ocaml
vim-ocaml copied to clipboard
spurious error in polymorphic variant in signature
In the following snippet
type foo = [`Foo]
val bar : [>foo]
The foo on the second line is highlighted as an error.