packages feed

haskell-language-server-2.7.0.0: plugins/hls-splice-plugin/test/testdata/TSimpleExp.hs

{-# LANGUAGE TemplateHaskell #-}
module TSimpleExp where
import Language.Haskell.TH ( tupE, litE, integerL )

main :: IO ()
main = return $(tupE [])