Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

How to define apply in terms of bind?

Haskell add writer to function

haskell monads

Direct translation of Haskell monad into Scala

scala haskell monads

Types and do notation

haskell monads

Combining functors and monads

Define a new monad in Haskell?

Is there any reason to make API of type Future[Try[A]] instead of Future[A]?

scala monads

Monadic if else

haskell monads

Is there a standard function like `>>`, but returning the result of the first operand?

How can I initialize state in a hidden way in Haskell (like the PRNG does)?

haskell monads state-monad

What does Haskell call the Hom Functor/Monad?

haskell monads functor

Skip the remaining actions in a monad - like return

Why does the type match on the next line but not on the same line in `do` block?

I think I found a "non-existent monad"

haskell default monads ghci

Generating output in a running haskell program

haskell monads on-the-fly

F# computation expression for nested Boolean tests?

Type check error in Haskell monad chaining

haskell map monads

The Haskell way to do IO Loops (without explicit recursion)?

loops haskell recursion monads

Random-Pivot Quicksort in Haskell

haskell - state monad function get?

haskell monads state-monad