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

import Language.Haskell.TH

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