summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T17213a.hs
blob: 48537600d5f99f769356b0c0698901672fb5d48e (plain)
1
2
3
4
5
{-# LANGUAGE RankNTypes #-}
module T17213a where
 
foo :: (forall a. a->a)-> Int
foo x = error "ukr"