summaryrefslogtreecommitdiff
path: root/testsuite/tests/rebindable/T11216.hs
blob: e05feb9e85dbacd84c5aa7175afb29aaf8b39e99 (plain)
1
2
3
4
5
6
{-# LANGUAGE RebindableSyntax #-}

module Bug where

foo :: (a, b) -> ()
foo x | (_,_) <- x = ()