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

module InferDependency where

data Proxy k (a :: k)
data Proxy2 k a = P (Proxy k a)