Send Beginners mailing list submissions to
        beginners@haskell.org

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
        beginners-requ...@haskell.org

You can reach the person managing the list at
        beginners-ow...@haskell.org

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 <fa...@ariis.it>
To: beginners@haskell.org
Subject: Re: [Haskell-beginners] Common Method for [Maybe a] -> [a]
Message-ID: <20190501125620.gpcwypzmryd2o...@x60s.casa>
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
Beginners@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners


------------------------------

End of Beginners Digest, Vol 131, Issue 2
*****************************************

Reply via email to