summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_compile/T11635.hs
blob: 1cbdbafb90b2d5617033d5f192ee707bc4f3dbf3 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TypeInType, KindSignatures, ExplicitForAll #-}

module T11635 where

import Data.Kind

data X (a :: forall k. k -> * ) b = X