apply-refact-0.8.1.0: tests/examples/LambdaCase01.hs.expected
-- NOTE: The tests run with `-XLambdaCase`. -- If that option is not preserved, parsing here will fail. foo = \case 1 -> id _ -> (const 0)
-- NOTE: The tests run with `-XLambdaCase`. -- If that option is not preserved, parsing here will fail. foo = \case 1 -> id _ -> (const 0)