Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

An unusual type signature

haskell types monads semantics

Processing IO values in haskell

haskell io monads

Recursion with the IO and State monads

haskell io monads

monads-tf: MonadReader instance for MonadState

In scala, why doesn't list.flatMap(List) work?

Are there any operator in Haskell that fold list of actions with (>>)?

haskell monads

How to use function instance of reader monad?

haskell monads

Maybe difference of two Maybe Int in Haskell

haskell monads

What are the practical implications that both applicatives/monads preserve monoidal structure but in a slightly different way?

Retry monad and Zero construct

Inverse of >> operator in haskell

haskell monads applicative

Complex State Monad Structure

haskell monads state-monad

Simplify code by distributing []

list haskell monads

Haskell: Graham Hutton Book Parsing (Ch-8): What does `parse (f v) out` do, and how does it do it?

parsing haskell monads

Scalaz and main method

scala haskell monads scalaz

Why does `guarded False = fail "skipped"` type-checks?

haskell monads typechecking

Lifting function to Option

Haskell parser, Monad and MonadPlus

Simplifying some Haskell code

haskell monads