summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_compile/T11241.hs
blob: 47d20d62b17ef903e57b84ec9046bcfb21ba23a4 (plain)
1
2
3
4
5
6
{-# LANGUAGE ExplicitForAll, KindSignatures, PartialTypeSignatures #-}

module T11241 where

foo :: forall (a :: _) . a -> a
foo = id