haskell-tools-builtin-refactorings-1.0.1.1: test/ExtensionOrganizerTest/ParallelListCompTest/InTupSecElem.hs
{-# LANGUAGE ParallelListComp,
TupleSections
#-}
module InTupSecElem where
f = (,[ (x,y) | x <- [1..10] | y <- [1..10] ]) {-* ParallelListComp, TupleSections *-}