<div dir="ltr">Perhaps this is of interest to you, <a href="http://hackage.haskell.org/package/generic-maybe">http://hackage.haskell.org/package/generic-maybe</a><div><br></div><div>HTH,</div><div>Adam<br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 13, 2015 at 3:04 PM, Nikolay Amiantov <span dir="ltr"><<a href="mailto:ab@fmap.me" target="_blank">ab@fmap.me</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Yes, for standard data types like Either or Maybe the best way is to use<br>
library-defined functions -- I was more interested in a way to check for<br>
any given pattern, which would look nicer than a custom defined function<br>
or a LambdaCase. An example use case:<br>
<br>
partition (\case MyPat -> True; _ -> False)<br>
<br>
Anyway using lens for this is already very readable and concise, albeit<br>
needs makePrisms/Lens and stuff.<br>
<div class=""><div class="h5"><br>
On 07/13/2015 03:02 PM, Nikita Karetnikov wrote:<br>
> Looking at the instances defined for Bool and Either, I don't think<br>
> there's a higher level way of doing it.  But even if there's one, it'll<br>
> probably be more obscure than isLeft, which is in base since 4.7.0.0.<br>
><br>
<br>
</div></div><div class=""><div class="h5">--<br>
Nikolay.<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
</div></div></blockquote></div><br></div></div></div>