Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in state-monad

Combining State monad with Either-style error propagation

How can I combine the CheckingFuelMonad with a State monad in Hoopl?

State Monad containing Random and List in Haskell

haskell monads state-monad

State transformations with a shapeless State monad

Generalized Newtype Deriving

What is the name of this Monad Stack function?

Why does ParsecT type have 'u' argument?

Adjoint functors determine monad transformers, but where's lift?

Conditional state monad expressions

Stuck in the State Monad

haskell state-monad

How to use lenses to look up a value in a map, increase it or set it to a default value

haskell state-monad lenses

Recursive state monad for accumulating a value while building a list?

How can I parameterise my Haskell functions?

Guess My Number, a monadic headache

How can I write a state monad that does error handling as well?

The reverse state monad in OCaml

State and IO Monads

Real life and useful examples of Reverse State monad

Breadth-First Search using State monad in Haskell