aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/TupleSections/tuple-section-left.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE TupleSections #-}
module TupleSectionLeft where
pairWithOne :: Int -> (Int, Int)
pairWithOne = (1,){- ORACLE_TEST pass -}
{-# LANGUAGE TupleSections #-}
module TupleSectionLeft where
pairWithOne :: Int -> (Int, Int)
pairWithOne = (1,)