Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in state-monad

Basic Scalaz State question

State Monad with multiple state values

haskell monads state-monad

How does 'get' actually /get/ the initial state in Haskell?

haskell monads state-monad

Updating a Big State Fast in Haskell

how can I decently add an "undo" functionality to State monads?

haskell state-monad

Understanding the Reader monad

scalaz List[StateT].sequence - could not find implicit value for parameter n: scalaz.Applicative

what is proper monad or sequence comprehension to both map and carry state across?

scala state monads state-monad

Simulating interacting stateful objects in Haskell

Haskell: map runST

haskell state-monad

Has the Control.Monad.State API changed recently?

haskell state-monad

Haskell Monad Transformer Stack and Type Signatures

Scala State monad - combining different state types

State monad in OCaml

Retrocausality in Haskell: From Tardis to RevState

What is the purpose of the state monad?

Haskell: How to write interactive interpreter on top of a State monad?

Why does this simple use of the State monad cause a stack overflow?

State Monad, sequences of random numbers and monadic code

Combining StateT and State monads