aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/TupleSections/tuple-section-middle.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE TupleSections #-}
module TupleSectionMiddle where
fillMiddle :: Int -> (Int, Int, Int)
fillMiddle = (,2,){- ORACLE_TEST pass -}
{-# LANGUAGE TupleSections #-}
module TupleSectionMiddle where
fillMiddle :: Int -> (Int, Int, Int)
fillMiddle = (,2,)