summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/T14066f.hs
blob: b2035f2c3daf4ca6e31adc5882cc45f286e6fa1b (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE PolyKinds #-}

module T14066f where

import Data.Proxy

-- a can't come before k.
type P a k = Proxy (a :: k)