Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Cont Monad breaks laziness in Haskell

Understanding the Fix datatype in Haskell

Writer vs WriterT in Haskell

haskell monads

combining maybe and seq monads: confused at the output

Haskell's Monad vs. APL's Monad

haskell monads apl

Is there a "chain" monad function in Haskell?

haskell monads

Haskell: Can I use a where clause after a block with bind operators (>>=)?

syntax haskell monads

What's the point of using monads in an interpreter?

ByteStrings in Haskell: should I use Put or Builder?

Why must we use state monad instead of passing state directly?

What is the difference between a monad and a closure?

closures monads

What's the idiomatic way to handle multiple `Option<T>` in Rust?

rust monads option maybe

Linking/Combining Type Classes in Haskell

haskell monads typeclass

Is Applicative IO implemented based on functions from Monad IO?

haskell monads applicative

Are there already built in functional C#/.NET constructs like these? g(h()), or

Working with the `MonadBaseControl` API

Why is it impossible to Applicative-traverse arrays? (Or is it?)

Infinite loop in bubble sort over Traversable in Haskell

Using Scala's Delimited Continuations for implicit Monads

scala monads continuations

Monadic .NET Types

c# .net haskell monads