Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in state-monad

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

Nested States in Haskell

Is this generalization of runST safe?

haskell state-monad

How to put mutable Vector into State Monad

Is it better to use the State monad, or to pass state recursively?

haskell monads state-monad

Continuation monad "interface"

Why don't you need to use 'lift' when interacting with a nested StateT monadT in this case?

How to implement actions in ST-monad with my own underlying representation (similarly to STRef or STArray) using simple techniques?