aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/TuplePatterns/list-comp.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE GHC2021 #-}
module TuplePatterns where
f = [(,) x () | (,) x () <- []]
{- ORACLE_TEST pass -}
{-# LANGUAGE GHC2021 #-}
module TuplePatterns where
f = [(,) x () | (,) x () <- []]