packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/TransformListComp/then-infix-expr.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE TransformListComp #-}
module ThenInfixExpr where
f xs = [ x | x <- xs, then reverse . sort ]