Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Functional composition of Optionals

Difference between type constructor and return function of a monad (in Haskell)

haskell monads

CompletableFuture is a Monad. But where is the Applicative?

Keep getting (Use FlexibleContexts to permit this) Error In Simple Haskell Function

haskell monads state-monad

What is the type of Haskell's bind function?

haskell monads ghc

Haskell fails to infer the return type of a monad after using the sequence operator

haskell monads

How to call partially un-nest transformers?

StateT and non-determinism monad: a simple example

How to nicely evaluate nested StateT and ErrorT monads?

Cannot get (->) r monad to work with SDL2 rendering

haskell io sdl monads sdl-2

An unusual type signature

haskell types monads semantics

Processing IO values in haskell

haskell io monads

Recursion with the IO and State monads

haskell io monads

monads-tf: MonadReader instance for MonadState

In scala, why doesn't list.flatMap(List) work?

Are there any operator in Haskell that fold list of actions with (>>)?

haskell monads

How to use function instance of reader monad?

haskell monads

Maybe difference of two Maybe Int in Haskell

haskell monads

What are the practical implications that both applicatives/monads preserve monoidal structure but in a slightly different way?