Closed
Description
It would be nice if case splitting were configurable to generate LambdaCase
splits. This could either be a static configuration option, or an additional suggestion in every split.
For the example here: #391 (comment)
fmapEither = \fab -> \case
Left c -> Left _
Right a -> Right _