Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

How to wrap monadic action in IO

How do operator associativity, the associative law and value dependencies of monads fit together?

Using the reader monad in snap (or, monad transformers in snap)

C++ monad library

c++ haskell monads

Type signatures for a mutable Haskell Heap

how do i create a computational expression that takes parameters?

f# monads

How do I use Name as an applicative?

Understanding a monad instance

haskell monads

How to avoid checking for empty value in Haskell?

haskell monads option-type

Justification of using >>

monads state-monad haskell

Are there any interesting commutative monads in Haskell?

haskell monads

Constructing minimal Haskell example on error-handling in the State Monad

Why my haskell code copying from the book "Functional Programming in Haskell" can't be successfully interpreted?

haskell monads

ApplicativeDo not working with sequencing

Should bind result in a Monad?

haskell monads

Flattening a list of Maybe elements from Just [[x1],[x2]] to Just [x1,x2]

haskell monads

Why Monad instance of pair on Hackage has no implementation for return?

haskell monads

Wadler, "Monads for Functional Programming," Section 2.8

haskell state monads

Monadic equivalent of applicative <*

python late binding - dynamically put locals in scope