summaryrefslogtreecommitdiff
path: root/testsuite/tests/patsyn/should_compile/T10897a.hs
blob: 2bad0d97e12839a7b2134989a5d36545d1f5341b (plain)
1
2
3
4
{-# LANGUAGE PatternSynonyms #-}
module T10897a where
pattern Single :: a -> a
pattern Single x = x