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

import T11046_helper
import GHC.TypeLits
import Control.Monad(unless)

$(check "GHC.TypeLits.*")
$(check "GHC.TypeLits.+")
$(check "GHC.TypeLits.Nat")