summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T17077.hs
blob: bb9f470aa43c9a6fd309747c2e5cd18f2d63eade (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE RankNTypes, PolyKinds #-}
{-# OPTIONS_GHC -fprint-explicit-kinds #-}
module T17077 where

import Data.Proxy

t :: Proxy (z :: forall k. a)
t = t