1 2 3 4 5 6
{-# LANGUAGE TemplateHaskell #-} module Library where import TH main = print ($(spliceMe) [1, 2])