summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/DepFail1.hs
blob: 26e5d4683292f26b65ad90c9f5374c5abc8f3464 (plain)
1
2
3
4
5
6
7
8
9
10
11
{-# LANGUAGE PolyKinds #-}

module DepFail1 where

data Proxy k (a :: k) = P

z :: Proxy Bool
z = P

a :: Proxy Int Bool
a = P