aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Hackage/dns-transform-list-comp.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE TransformListComp #-}
module A where
import GHC.Exts (the, groupWith)
f ts = [ (the x, y) | t <- ts, let x = t, let y = t, then group by x using groupWith ]