Search code examples
Monoid on any Foldable...


haskellmonoids

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


haskellmonoids

Read More
Automatic propagation of monoidal mappend...


haskellmonoids

Read More
mempty with different definition depending on whether mempty is left or right arg?...


haskellmonoidssemigroup

Read More
Clojure cats append nil behaviour...


clojurecategory-theorymonoids

Read More
simple aggregation with scalaz?...


scalascalazmonoids

Read More
Applicative implementation of Const Monoid...


haskellapplicativemonoids

Read More
Instancing Monoid for a Type...


haskellghcimonoids

Read More
Getting or implementing String.Zero and bool.Zero generically for use with monoids...


genericsf#monadsmonoids

Read More
Is Monoid[String] really a Monoid in scala...


scalacategory-theorymonoids

Read More
Add a list to a list of lists in Haskell...


listhaskellmonoids

Read More
Why isn't Kleisli an instance of Monoid?...


haskellmonadsmonoidskleisli

Read More
Is my understanding of monoid valid?...


haskelloperatorsmonoidsbinary-operators

Read More
How do you implement monoid interface for this tree in haskell?...


haskellfunctional-programmingmonoids

Read More
Folding without Monoid instance...


haskelltreemonoids

Read More
Folds above functions - monoids...


haskellfoldmonoids

Read More
How can I express foldr in terms of foldMap for type-aligned sequences?...


haskelltypesmonoidstype-variablesfoldable

Read More
Can you formulate a monoid or semigroup for the radix sort?...


scalahaskellradixmonoidssemigroup

Read More
How to make Monoid instance for my type?...


haskellmonoids

Read More
Arrow to add one element at a time...


xmlhaskellarrowshxtmonoids

Read More
Scalaz `Tag.apply`: How does it work?...


scalascalazmonoids

Read More
What is this signature { zero : α; append : α -> β -> α; } name?...


c#namingbuildermonoidsabstract-algebra

Read More
How to represent a polymorphic list monoid in Standard ML...


smlmlmonoids

Read More
Reading lines in haskell until non-empty string...


haskelliogetlinestringmonoids

Read More
How to "sum" stream of monoid values in Scala?...


scalarandomscalazfoldmonoids

Read More
Is there a good way to deal with Option[Monoid[T]] mappend operations?...


scalascalazmonoids

Read More
Haskell - Implementing Monoid what happens if the operator is not associative...


haskellmonoids

Read More
Monoid Bool in Haskell...


haskellmonoids

Read More
Haskell: Better way of writing Maybe Endo?...


haskelloption-typemonoids

Read More
Haskell data type Counts for State Monad...


haskellmonadsmonoids

Read More
BackNext