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

{-# LANGUAGE PatternSynonyms #-}
module ShouldCompile where

pattern P = 42