summaryrefslogtreecommitdiff
path: root/testsuite/tests/patsyn/should_compile/bidir.hs
blob: 16f435c2c21e31c9b7007d9b9918f52064152794 (plain)
1
2
3
4
5
6
-- Pattern synonyms

{-# LANGUAGE PatternSynonyms #-}
module ShouldCompile where

pattern Single x = [x]