Disable one test-case for ghc-8.0 (unsupported syntax)

pull/287/head
Lennart Spitzner 2020-03-22 22:44:13 +01:00
parent 2ce3fb178c
commit ae0e397fac
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ pattern Signed x <- (asSigned -> x) where
Signed (Pos x) = x -- positive comment Signed (Pos x) = x -- positive comment
#test Pattern synonym types multiple names #test Pattern synonym types multiple names
#min-ghc 8.2
{-# LANGUAGE PatternSynonyms #-} {-# LANGUAGE PatternSynonyms #-}
pattern J, K :: a -> Maybe a pattern J, K :: a -> Maybe a