aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Parens/list-comp-then-parallel-list-comp.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE ParallelListComp #-}
{-# LANGUAGE TransformListComp #-}
module M where
x = [[] | then [[] | [] | then [] by []] by []]
{- ORACLE_TEST pass -}
{-# LANGUAGE ParallelListComp #-}
{-# LANGUAGE TransformListComp #-}
module M where
x = [[] | then [[] | [] | then [] by []] by []]