summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T1634.hs
blob: b4c6f2b5611ed21cb7c390fa49c276ea365243bc (plain)
1
2
3
4
5
6
{-# LANGUAGE RankNTypes #-}

module T1634 where

t1 :: a -> (forall b. b -> (a,b))
t1 = (,)