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

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