1{-# LANGUAGE TemplateHaskell #-}
2module TSimpleType where
3import Language.Haskell.TH ( tupleT )
4
5main :: IO ()
6main = return ()
7