summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T11452.hs
blob: 8d91ee47c97d2beaf6e8fa7942d4bafa9d722ea3 (plain)
1
2
3
4
5
6
{-# LANGUAGE RankNTypes, TemplateHaskell #-}

module T11452 where

impred :: (forall a. a -> a) -> ()
impred = $$( [|| \_ -> () ||] )