haskell-suite / haskell-src-exts

Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
Other
193 stars 94 forks source link

Parse error on (~) #451

Open infinity0 opened 4 years ago

infinity0 commented 4 years ago
{-# 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