[Haskell-cafe] where to put general-purpose utility functions

Christoph Breitkopf chbreitkopf at googlemail.com
Sat Jan 21 23:12:35 CET 2012


On Sat, Jan 21, 2012 at 11:08 PM, Christoph Breitkopf <
chbreitkopf at googlemail.com> wrote:

> One thing I found useful when looking if a function already exists under a
> different name is to use Hayoo to search for the type, i.e.:
>
>
> Uh - please ignore the bogus link - I had blindly assumed that it would
show my search results.

Just use http://holumbus.fh-wedel.de/hayoo/hayoo.html to search for (a ->
Bool) -> [a] -> ([a],[a]), for eaxample, and it will find break, span,
partiion, etc.

- Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120121/f0c9e704/attachment.htm>


More information about the Haskell-Cafe mailing list