Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

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

Can functors or monads respectively be expressed solely with higher order functions?

Haskell avoiding double-wrapped maybes in functions that return maybes

What does the get and put function do?

How to properly add IO to attoparsec Parser?

implementing a per-digit counter using the list monad

request clarification of transposition example in McBride/Paterson Applicative paper

haskell monads

How to join two Haskell IO monads

haskell random monads io-monad

Pattern for mapping with identity and applying a side-effect

scala monads side-effects