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
{-# LANGUAGE DataKinds, TypeOperators, PolyKinds #-}
module Bug where
data A (a :: [*])
data B
data a :> b
data a :<|> b
type Fail = A '[] :> ( A '[] :<|> B)
fails to parse with haskell-mode. When using haskell-indentation-mode, pressing TAB fails with No catch for tag: parse-error, "Illegal token: )"
The text was updated successfully, but these errors were encountered:
The following valid Haskell code
fails to parse with haskell-mode. When using haskell-indentation-mode, pressing TAB fails with
No catch for tag: parse-error, "Illegal token: )"
The text was updated successfully, but these errors were encountered: