Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Haskell, can i call function without IO output working with monads?

haskell io monads

I know how to use it but I don't understand exactly how it does it (Reader monad)

haskell monads reader-monad

In Haskell, how could I embed one Free monad in another one?

haskell monads free-monad

Why does `\x -> f x x` = `join f`?

function haskell 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?