1{-# LANGUAGE TemplateHaskell #-}
2module TSimpleExp where
3import Language.Haskell.TH ( tupE, litE, integerL )
4
5main :: IO ()
6main = return ()
7