packages feed

ghc-exactprint-0.5.7.0: tests/examples/ghc86/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 |] )