summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/cabal/cabal04/TH.hs
blob: 8719c7d55052ad08124f5e8f24fb9068010876ca (plain)
1
2
3
4
5
6
{-# LANGUAGE TemplateHaskell #-}
module TH where

import Language.Haskell.TH

spliceMe = [| (\xs -> tail xs ++ init xs) |]