aihc-parser-1.0.0.4: test/Test/Fixtures/oracle/TransformListComp/bare-if-boundaries.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE TransformListComp #-}
module BareIfBoundaries where
thenIf = [[] | then if [] then [] else [] by []]
groupByIf = [[] | then group by if [] then [] else [] using []]