Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Is `data PoE a = Empty | Pair a a` a monad?

Is a collection with flatMap a monad?

scala monads

How to get the “inflexible semantics of monad transformers” using extensible effects?

Streams vs monads

How to modify using a monadic function with lenses?

haskell monads haskell-lens

Scala State monad - combining different state types

Repa 3 performance and correct usage of 'now'

Are parameterized lambda terms a Monad?

haskell lambda monads

State monad in OCaml

Managing a stateful computation system in Haskell

haskell state monads

What are all of the monad naming conventions?

haskell monads

Representable Functor isomorphic to (Bool -> a)

Compose partial functions

Retrocausality in Haskell: From Tardis to RevState

What is the point of having a lazy/strict version of Writer?

Nondeterminism for infinite inputs

Combination monads in F#

Trying to understand the types produced by monad transformers

Why IO is a monad instead of a comonad?

What is the purpose of the state monad?