summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T4436.hs
blob: 2d39120eba728653a4ca7a1ffd4054f935c829c9 (plain)
1
2
3
4
5
6
7
8
9
{-# OPTIONS -XTemplateHaskell #-} 
module TH( x ) where 
import Language.Haskell.TH

x = $(return (LitE (StringL "hello\ngoodbye\nand then")))