Search code examples
More idiomatic (monadic?) way to express this Scala...

scalamonads

Read More
Using monad for cumulative sum on list of pairs (haskell)...

listhaskellmonads

Read More
Can I say that Monad makes it possible to see some types as isomorphic?...

haskellmonadsisomorphic

Read More
Right not working with for comprehension Scala...

scalamonadseither

Read More
Why do we need monads?...

haskellmonads

Read More
How do I deal with the error "No instance for (Control.Monad.IO.Class.MonadIO [])"?...

haskellrandommonadsdo-notation

Read More
The list monad is not a free monad but …...

haskellmonadsagdacategory-theoryfree-monad

Read More
Haskell: actual IO monad implementation, in different language?...

haskelliointerpretermonads

Read More
Option type compatible with comprehensions in Elixr?...

elixirlist-comprehensionmonads

Read More
Why is (&) :: a -> (a -> b) -> b not treated as Monad?...

haskellmonads

Read More
Haskell >> operator with two lists...

listhaskellmonadsghcisequencing

Read More
Haskell Cartesian Product, Monad with filter...

haskellfiltermonads

Read More
Why is `forever` in Haskell implemented this way?...

haskellfunctional-programmingmonadslazy-evaluation

Read More
Should I avoid using Monad fail?...

monadshaskell

Read More
Is there a way to use monad comprehensions with Kotlin Flow...

kotlinmonadskotlin-coroutinesarrow-kt

Read More
How to get from a list of a Monad to a Monad of a list...

haskellmonads

Read More
How to execute a function that returns a function inside of IO monad...

javascriptfunctional-programmingmonadsramda.jsramda-fantasy

Read More
where does haskell save state?...

haskellstatemonads

Read More
Why should Applicative be a superclass of Monad?...

haskellmonadsapplicativefam-proposal

Read More
Updating an outer variable in Haskell...

haskellmonadsimperative-programming

Read More
Haskell IO Monad in ST Monad...

haskellmonads

Read More
Why >> duplicates right-hand side operand in haskell...

haskellmonadsdo-notation

Read More
CompletableFuture is a Monad. But where is the Applicative?...

javamonadscompletable-futureapplicative

Read More
Monadic compose with discarding (>>) flipped...

haskellmonads

Read More
What is the idiomatic (and fast) way of treating the empty list/Seq as failure in a short-circuiting...

listscalamonadsoption-type

Read More
What is the point of the Functor -> Applicative -> Monad hierarchy...

haskellmonadsfunctorapplicativedefault-method

Read More
Is a collection with flatMap a monad?...

scalamonads

Read More
How to wrap char literal in IO monad in Haskell?...

haskellmonadsio-monaddo-notation

Read More
Monads with Java 8...

javajava-8monadsoption-type

Read More
Haskell -- Is there a monad sequence function for tuples?...

haskelltuplessequencemonads

Read More
BackNext