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

module TH where

import Language.Haskell.TH

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