-
-
Notifications
You must be signed in to change notification settings - Fork 429
Closed
Labels
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 _Reactions are currently unavailable