1 2 3 4 5 6 7
{-# LANGUAGE TemplateHaskellQuotes #-} module T18103 where import Language.Haskell.TH ex :: IO [Dec] ex = [d| foo x = x |]