Workaround for #340
This commit is contained in:
6
test/data/pattern-synonyms/A.hs
Normal file
6
test/data/pattern-synonyms/A.hs
Normal file
@@ -0,0 +1,6 @@
|
||||
{-# LANGUAGE PatternSynonyms #-}
|
||||
module A where
|
||||
|
||||
data SomeType a b = SomeType (a,b)
|
||||
|
||||
pattern MyPat x y <- SomeType (x,y)
|
||||
Reference in New Issue
Block a user