Disable one test-case for ghc-8.0 (unsupported syntax)
parent
2ce3fb178c
commit
ae0e397fac
|
@ -152,6 +152,7 @@ pattern Signed x <- (asSigned -> x) where
|
|||
Signed (Pos x) = x -- positive comment
|
||||
|
||||
#test Pattern synonym types multiple names
|
||||
#min-ghc 8.2
|
||||
{-# LANGUAGE PatternSynonyms #-}
|
||||
pattern J, K :: a -> Maybe a
|
||||
|
||||
|
|
Loading…
Reference in New Issue