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

module T7667a where

import Language.Haskell.TH

   -- to be correct, this should be ConE, not VarE!
false = $( return $ VarE (mkName "False") )