packages feed

aihc-parser-1.0.0.4: test/Test/Fixtures/oracle/Layout/ghc-layout007-splice-closing-paren.hs

{- ORACLE_TEST pass -}
-- From GHC testsuite/tests/layout/layout007.hs.
{-# LANGUAGE TemplateHaskell #-}

module M where

-- The paren here closes the open-splice - it doesn't match an
-- opening paren

f :: IO ()
f = do print $( [| 'a' |] )