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

module T1634 where

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