summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T14817.hs
blob: 35206af542f4158fe9fcb0de07d3919f4db0cefb (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeFamilies #-}
module T14817 where

import Data.Kind (Type)

$([d| data family Foo :: Type
      data instance Foo :: Type |])