aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/expressions/paren-section-fmap.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE GHC2021 #-}
module ParenSectionFmap where
writePandocWith f wo =
(foo . f <$>)
undefined
{- ORACLE_TEST pass -}
{-# LANGUAGE GHC2021 #-}
module ParenSectionFmap where
writePandocWith f wo =
(foo . f <$>)
undefined