packages feed

ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/TH_spliceExpr1.hs

-- test representation and splicing of left-parenthesised right infix operators
{-# LANGUAGE TemplateHaskell #-}

module TH_spliceExpr1
where

import Language.Haskell.TH

foo :: Int
foo = $( [| ((+) $ 2) $ 2 |] )