Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monads

Maybe/Option monad in C# [closed]

c# monads option maybe

How to implement a short-circuit with IO monad in Scala

scala monads

Stacking Monad Transformers in scala

Using Bound with multiple type variables for abstractions

haskell monads

Equivalent of Haskell do-notation or F# Computation Expressions in Scala?

how to implement this future/state concept as a monad in scala

scala monads

C/C++ wrapper for Haskell IO monad

Monad laws for an applicative-based formulation

haskell monads applicative

Implementing replays with MonadPrompt

Express general monadic interface (like Monad class) in C++

c++ haskell monads

Transformation under Transformers

haskell monads lifting

How to use replicateM solving the eight queens problem?

Has this been done before? (Monad view wrapping c++ collections/types for chain operations)

What is a clean way to handle one monad calling into another?

Equational reasoning with tying the knot

How to implement index-core style indexed state monad?

haskell monads

How to correctly error out in JSON parsing with Data.Aeson

What is a good name for this state-like monad

haskell monads

How can I combine the CheckingFuelMonad with a State monad in Hoopl?