summaryrefslogtreecommitdiff
path: root/testsuite/tests/patsyn/should_fail/T14112.hs
blob: 3e28644480ed1dbd9c98c6b98f9fd0a34f37e3b4 (plain)
1
2
3
4
5
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE PatternSynonyms #-}
module T14112 where

pattern MyJust1 a = Just !a