Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

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?

Does the function monad really offer something more than the function applicative functor? If so, what?

Is there any way to use IO Bool in if-statement without binding to a name in haskell?

haskell monads

Restricting a monad to a type class

haskell types monads typeclass