summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/RepPolyWildcardPattern.hs
blob: 4bc6df03230860401d1f9ab305e5fb1ac4662261 (plain)
1
2
3
4
5
6
module RepPolyWildcardPattern where

import GHC.Exts

foo :: forall rep (a :: TYPE rep). a -> ()
foo _ = ()