<Wrap a partial pattern matching into a Maybe> Is ...
# community-feeds
r
Wrap a partial pattern matching into a Maybe Is there any way to wrap a partial pattern-match into a Maybe? I wish to write some code kind of like this: fromMaybe defaultValue $ do [a, b]