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