Search code examples
Extract a random element from a list (and remove it), learning monads...

haskellrandommonad-transformersstate-monad

Read More
Scala and State Monad...

scalastate-monad

Read More
Run this monadic computation with notion of state and randomness...

haskellmonadsmonad-transformersstate-monadio-monad

Read More
Haskell: How to combine scalar and monadic values?...

arrayshaskellstate-monad

Read More
scalaz.State stack overflow in deep monadic loop...

scalastack-overflowscalazstate-monad

Read More
Tips for more elegant code with monads?...

haskellmonadsmonad-transformersstate-monad

Read More
I need to compute as many times as remaining elements in the state in a State Monad...

scalafunctional-programmingmonadsscalazstate-monad

Read More
How do I wrap a chained stateful computation in State monad?...

haskellfunctional-programmingmonadsstate-monadcontinuation-passing

Read More
Pure functional Random number generator - State monad...

scalafunctional-programmingmonadsstate-monad

Read More
How to apply stateful computation to a list?...

haskellstate-monad

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

scalastatemonadsstate-monad

Read More
how can i pop two elements from a stack and then push in stack them back as sum of values?...

haskellstate-monad

Read More
Stateful computation with different types of short-circuit (Maybe, Either)...

haskellfunctional-programmingmonad-transformersstate-monadimperative-programming

Read More
Stateful loop with different types of breaks...

haskellmonadsmonad-transformersstate-monad

Read More
Is a state monad with two state variable types (in and out) still a monad?...

monadsstate-monadcategory-theory

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

haskellstate-monadlenses

Read More
Is it possible to use IO inside State monad, without using StateT and ST...

haskellmonadsstate-monad

Read More
How do I use a persistent State monad with Spock?...

resthaskellmonadsstate-monadhaskell-spock

Read More
Understanding the symbol "<-" when using State Monad?...

haskellmonadsstate-monad

Read More
Random number sequence un Haskell and State Monad, what am I doing wrong?...

haskellrandomstate-monad

Read More
Execute monadic code from newly created monad...

haskellmonadsstate-monadlifting

Read More
What is the name of this Monad Stack function?...

haskellmonadsmonad-transformersstate-monad

Read More
Why must we use state monad instead of passing state directly?...

haskellmonadsstate-monadpurely-functional

Read More
Random / State workflow in F#...

f#statemonadsstate-monad

Read More
Monad escaping inside a StateT context...

haskellstate-monadaeson

Read More
How can I implement a Fisher-Yates shuffle in Scala without side effects?...

scalazstate-monadst-monadstarrayscala-cats

Read More
Infinite recursion in IO wrapped with StateT causing stack space overflow...

haskellmonad-transformersstate-monad

Read More
Why does this list contain more than one distinct value?...

haskellrandommonadsstate-monad

Read More
Create my own state monad transformer module hiding underlying state monad...

haskellmonad-transformersstate-monad

Read More
Breadth-First Search using State monad in Haskell...

algorithmhaskellstate-monadbreadth-first-search

Read More
BackNext