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