aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Parens/infix-lambda.hs
{- ORACLE_TEST pass -}
module M where
warnIfNullable r = when True $ P $ \s ->
Right (s {warnings = WarnNullableRExp pos w : warnings s}, ())
{- ORACLE_TEST pass -}
module M where
warnIfNullable r = when True $ P $ \s ->
Right (s {warnings = WarnNullableRExp pos w : warnings s}, ())