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