1{-# LANGUAGE TemplateHaskell #-}
2import Language.Haskell.TH
3
4import THTypedSplices.Defs
5
6main = $$justTH ($$([||  2 ||]))
7
8