Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Why is `filterM + mapM_` so much slower than `mapM_ + when`, with large lists?

Is there some usage of monads at .net environment?

c# .net monads

Why changing the Data.Binary.Put monad into a transformer creates a memory leak?

Conjuring JQuery Deferred with monadic incantations

Monad instance of a number-parameterised vector?

haskell types monads

Making normal monadic functions work with the monad transformer equivalent

Use a function a → b as "monadic" function a → m b

Lift higher order function into monad

Why can I call a monadic function without supplying a monad?

haskell monads state-monad

Continuation monad for a yield/await function in Haskell

haskell monads continuation

Name and existence of functor or monad to chain and terminate sequence of operations

Can I rewrite this unionWith-like function with Applicative instead Monad?

Understanding types in the streaming libarary

haskell streaming monads

flatMap ignoring the result

scala monads scala-cats

When should one use applicatives over monads?

Haskell instance of `bind` for a custom type

haskell monads state-monad

Operational monad with interpreter in arbitrary monad

haskell monads

Binding monads into composites (Haskell)

haskell bind monads composite

Scala: Bad inferred type for Option composed with StateT monad transformer

How to handle Option of List in Scala?