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