aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/TransformListComp/then-f-by-e.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE TransformListComp #-}
module ThenFByE where
f xs = [ x | x <- xs, then sortWith by x ]
{- ORACLE_TEST pass -}
{-# LANGUAGE TransformListComp #-}
module ThenFByE where
f xs = [ x | x <- xs, then sortWith by x ]