j
k
j a
j l
On 20/02/07, apfelmus@quantentunnel.de wrote:
It's also known as sequence :: Monad m => [m b] -> m [b] with m = (->) a
It's also known as
sequence :: Monad m => [m b] -> m [b]
with m = (->) a
Don't forget to import Control.Monad.Instances for this to work. -- -David House, dmhouse@gmail.com
Back to the thread
Back to the list