Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Idiomatic way to handle side effect and return value in Scala functions

scala monads scala-cats

How can I pass a monadic function as an argument with a flexible type variable?

Applicative vs monadic style for simple IO example

haskell monads applicative

Deriving a base monad using a monad transformer and the identity monad

haskell monads

How do I turn an Image into a matrix of colours?

haskell monads

Getting a string from a IO ExitCode monad

haskell io monads ghc

Why is flatMap on a Vector[Option[Int]] whose mapper function result is not a Vector[Option[Int]] valid?

understanding StateMonad

haskell monads state-monad

Taking monadic functions out of a monad

haskell types monads

MaybeT's m in Type Signature

What is wrong with 100000 factorial using ContinuationMonad?

Monadic function of `(a -> m (Either e b)) -> Either e a -> m (Either e b)`?

haskell monads either

How to implement a stack-safe chainRec operator for the continuation monad?

Defining bind for home-made monad transformer

Haskell List Comprehension and List Monad

Monad and Functor law for Monad and Functor type class in Haskell

How to generate an infinite list in Haskell based on two inputs?

haskell monads do-notation

Parallel Repa code doesn't create sparks