vim-ocaml icon indicating copy to clipboard operation
vim-ocaml copied to clipboard

spurious error in polymorphic variant in signature

Open copy opened this issue 3 years ago • 0 comments

In the following snippet

type foo = [`Foo]
val bar : [>foo]

The foo on the second line is highlighted as an error.

copy avatar Aug 15 '22 11:08 copy