summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T13983.hs
blob: b74a484397669d2e33101a4f0f34d01462ae96e8 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE RankNTypes #-}
module T13983 where

import Data.Proxy

type Wat = forall (a :: k). Proxy a