aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Parens/nonfinal-case-block-arg.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE BlockArguments #-}
module M where
x = finally
case a of
True -> b
False -> c
do
d
{- ORACLE_TEST pass -}
{-# LANGUAGE BlockArguments #-}
module M where
x = finally
case a of
True -> b
False -> c
do
d