Search code examples
Difficulty with zoom and free monads...


haskellstate-monadhaskell-lensfree-monad

Read More
Using free monads to test Redis calls...


haskellmonad-transformersstate-monadfree-monad

Read More
Stucked in the example of State Monad in Haskell Wiki...


haskellmonadsstate-monad

Read More
How to implement actions in ST-monad with my own underlying representation (similarly to STRef or ST...


haskellffimutablestate-monad

Read More
How to patten match on a field of a state monad?...


haskellpattern-matchingstate-monadpattern-guards

Read More
How does the state monad work? (without code explanation)...


monadsstate-monad

Read More
A monad of tuples (monad, state)?...


haskelliomonadsstate-monad

Read More
Stricter Strict State Monad...


haskelllazy-evaluationstate-monad

Read More
haskell state monad in function and argument...


haskellstate-monad

Read More
Guess My Number, a monadic headache...


haskellstate-monadio-monad

Read More
Haskell - Mixed stateful computations...


haskellmonadsstate-monad

Read More
Why does ParsecT type have 'u' argument?...


haskellparsecmonad-transformersstate-monad

Read More
Can the State monad be used for self-modifying functions?...


scalafunctional-programmingstate-monad

Read More
extracting names from a list of (name,handler) pairs...


haskellmonad-transformersstate-monad

Read More
Custom MonadState instance...


haskellmonadsmonad-transformersstate-monad

Read More
Implementing recurrence relations on State monads (in Haskell or Scala)...


haskellmonadsmoving-averagestate-monadrecurrence

Read More
Haskell deducing constraints works in cabal package, but not when importing from package...


haskellcabaltype-inferencestate-monad

Read More
Haskell crashes with runST and Data.Vector.Unboxed.Mutable...


haskellstate-monad

Read More
Implementing factorial and fibonacci using State monad (as a learning exercise)...


haskellstatemonadsstate-monad

Read More
Haskell State monadic function using recursion...


haskellrecursionmonadsstate-monad

Read More
Can't match expected type and stuck on assignment about State Monads...


haskellstate-monad

Read More
Is there an idiomatic way to do implicit local state in OCaml?...


functional-programmingocamlstate-monad

Read More
Best way to generate a list with state (Haskell)...


haskellmonadsmonad-transformersstate-monad

Read More
What are the advantages of a wrapped up the state monad?...


f#state-monad

Read More
Generalized Newtype Deriving...


haskellmonadsstate-monadderivingnewtype

Read More
Why is newtype commonly used instead of type with the state monad...


haskellstate-monadnewtype

Read More
How to create a MonadRandom (StateT PureMT m0)? (Haskell)...


haskellmonadsmonad-transformersstate-monad

Read More
State Monad, sequences of random numbers and monadic code...


haskellmonadsstate-monaddo-notation

Read More
Best practice with Monad...


haskellmonadsstate-monad

Read More
choosing one of the nondeterministic choices...


haskellmonadsmonad-transformersstate-monadnon-deterministic

Read More
BackNext