language-haskell
language-haskell copied to clipboard
Type signature in pattern synonym incorrectly highlighted
Including a type-signature in a pattern synonym seems to cause an issue:
pattern MkZ fld3 <- ( foo -> ( fld3 :: TYPE rep ) )
where
MkZ fld3 = bar

Without the type-signature, it's OK:
