ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/TH_sections.hs
-- Test for trac #2956
{-# LANGUAGE TemplateHaskell #-}
module TH_sections where
two :: Int
two = $( [| (1 +) 1 |] )
three :: Int
three = $( [| (+ 2) 1 |] )
-- Test for trac #2956
{-# LANGUAGE TemplateHaskell #-}
module TH_sections where
two :: Int
two = $( [| (1 +) 1 |] )
three :: Int
three = $( [| (+ 2) 1 |] )