summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail057.hs
blob: 88b556584f2c5303adb98b8a4b7340980cf37795 (plain)
1
2
3
4
5
{-# LANGUAGE KindSignatures #-}

module BindKindName where

type Foo (a :: DontExistKind) = a