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