aboutsummaryrefslogtreecommitdiff
path: root/html-test/tests/TH.hs
blob: f8178bcb392f0302d964b4c409c577e33e4b56a1 (plain) (blame)
1
2
3
4
5
6
7
8
{-# LANGUAGE TemplateHaskell #-}

module TH where

import Language.Haskell.TH

decl :: Q [Dec]
decl = [d| f x = x|]