Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in monoids

Why "and []" is True and "or []" is False

haskell monoids

How to use the maybe monoid and combine values with a custom operation, easily?

haskell monoids

How is "a monoid on applicative functors" different than "a monoid in the category of endofunctors"?

Write a Maximum Monoid using Maybe in Haskell

haskell monoids

Don't understand notation of morphisms in Monoid definition

Haskell: duplicated functions (+) and (++), mappend

What is the main difference between Free Monoid and Monoid?

Is there a standard abstraction for semirings or monoids in C++?

c++ math boost monoids

Scala PartialFunction can be Monoid?

Why does the Alternative typeclass need to be a sub-class of Control.Applicative

Why is there not 'Alternative' instance for 'Control.Applicative.Const'

Understanding Data.Functor.Constant constructor and applicative laws

What's the practical value of all those newtype wrappers in `Data.Monoid`?

haskell monoids

Monoids and Num in Haskell

haskell monoids

Examples of monoids/semigroups in programming

monoid vs monad in Scala

Why MonadPlus and not Monad + Monoid?

Simple examples to illustrate Category, Monoid and Monad?

What is monoid homomorphism exactly?

Distinction between typeclasses MonadPlus, Alternative, and Monoid?