haskell-suite/haskell-src-exts

Parse error on (~)

infinity0 opened this issue · 0 comments

{-# LANGUAGE ConstraintKinds, GADTs #-}

type X a b = (~) a b

main = pure ()
Language.Haskell.Stylish.Parse.parseModule: could not parse Test2.hs: ParseFailed (SrcLoc "<unknown>.hs" 3 16) "Parse error: )"
1