summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T15816.hs
blob: a9958ee38c4f2ac4efc0a56e6198196c17e42746 (plain)
1
2
3
4
5
6
7
8
{-# Language TypeApplications #-}
{-# Language TypeFamilies        #-}

module T15816 where
import Data.Kind

data family U
data instance U @Int