1 2 3 4 5 6 7 8
{-# LANGUAGE TemplateHaskellQuotes #-} module TTH_top_splice where -- Should be a compile time error as TemplateHaskell is not enabled. qux = $$([|| 1 ||])