summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T11484.hs
blob: d8c0708bd239a2e530339ae63ef0fb06066e496e (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE TypeInType #-}

module T11484 where

import Data.Kind

type TySyn (k :: *) (a :: k) = ()

$([d| type TySyn2 (k :: *) (a :: k) = () |])