hls-splice-plugin-1.0.0.2: test/testdata/TErrorExp.hs
{-# LANGUAGE TemplateHaskell #-}
module TErrorExp where
import Language.Haskell.TH ( tupE, litE, integerL )
main :: IO ()
main = return $(tupE [litE $ integerL 42, tupE []])
{-# LANGUAGE TemplateHaskell #-}
module TErrorExp where
import Language.Haskell.TH ( tupE, litE, integerL )
main :: IO ()
main = return $(tupE [litE $ integerL 42, tupE []])