You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Argh! That’s an unfortunate (lack of) interaction with the module linting stuff. I found another one (while playing around issue #6):
moduleM1 : sigend= (structlet x =0end : sig end)
(* => last signature: `sig` is linted as a type constructor, end `end` as an error *)
I’m suspecting that fixing these might require, among other things, moving the module linting code after the type linting code in syntax/ocaml.vim, but I would first need to understand the former. :-(
The text was updated successfully, but these errors were encountered: