1 2 3 4 5 6 7 8
module T16976z where import Language.Haskell.TH do let str :: String str = "defined inside the splice" t <- reifyType 'str return []