Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in state-monad

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?

Tips for more elegant code with monads?

Tidying up Monads - turning application of a monad transformer into newtype monad

Scala and State Monad

scala state-monad

Why must we use state monad instead of passing state directly?

How to deal with application state in Gtk2Hs

haskell state-monad gtk2hs

A parallel monad map in Haskell? Something like parMapM?

stacking StateT in scalaz

Managing state - chapter 3 of SICP

haskell state sicp state-monad

What is the difference between `ioToST` and `unsafeIOToST` from GHC.IO

haskell io ghc state-monad

Haskell help to understand this State monad code: where is runState defined?

haskell state-monad

Combining monads in Haskell

haskell io state-monad

Confusion about StateT, State and MonadState

haskell state-monad

Stricter Strict State Monad