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

module InferDependency where

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