{-# OPTIONS -XTemplateHaskell #-}
module TH where

import Language.Haskell.TH

dummySplice :: Q [Dec]
dummySplice = [d||]