Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: Common Method for [Maybe a] -> [a] (Francesco Ariis)
----------------------------------------------------------------------
Message: 1
Date: Wed, 1 May 2019 14:56:20 +0200
From: Francesco Ariis <[email protected]>
To: [email protected]
Subject: Re: [Haskell-beginners] Common Method for [Maybe a] -> [a]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
Hello Leonard,
On Wed, May 01, 2019 at 11:04:46AM +0000, Leonhard Applis wrote:
> I've got a method:
>
> demaybefy :: [Maybe a] -> [a]
> [...]
>
>
> However, i feel that there is a method from preload/list/maybe that
> does exactly the same, but i cannot find it.
> Can someone help me?
Simon already gave the right answer; never forget that for question like
this, Hoogle is phenomenal! Just write in the sought signature and voila:
https://hoogle.haskell.org/?hoogle=%5BMaybe%20a%5D%20-%3E%20%5Ba%5D
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 131, Issue 2
*****************************************