Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Haskell operator or function for applying function from monad to a value?

haskell monads

Is there a a predefined way to skip calculations that result in Nothing?

haskell monads maybe

Is what I wrote an actual monad?

Is there any significant difference between StateT over Reader and ReaderT over State?

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