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

import Data.Kind

$([d| f :: (Bool :: Type)
      f = True |])