Search code examples
Is this a good monoid action?...


haskellmonoids

Read More
What is monoid homomorphism exactly?...


scalahaskellfunctional-programmingcategory-theorymonoids

Read More
haskell, is IO Monoid associativity broken?...


haskellfunctional-programmingiomonadsmonoids

Read More
What is the purpose of the ArgMin and ArgMax type synonyms in Data.Semigroup?...


haskellmonoidsargmaxsemigrouptype-synonyms

Read More
Foldable and Monoid types...


haskelltypesmonoidsfoldable

Read More
Defining a monoid instance for a record type...


haskelltypeclassmonoids

Read More
What is the difference between pure and mempty in Haskell?...


haskellapplicativemonoids

Read More
Why are Monoidal and Applicative laws telling us the same thing?...


haskelltypeclassapplicativecategory-theorymonoids

Read More
How do operator associativity, the associative law and value dependencies of monads fit together?...


haskellfunctional-programmingmonadsmonoidsassociativity

Read More
Why does Semigroup has an Option type and behave like a neutral element in Monoid?...


scalascala-catsmonoidssemigroup

Read More
Is there a Monad which collects results and `mappend`s them?...


haskellfunctional-programmingmonadsstate-monadmonoids

Read More
Haskell Tabulate function using Foldmap "Out of Scope"...


haskellmonoidsordtabulatefoldable

Read More
The Monoid type class...


haskellmonoids

Read More
Further problems with the monoid type class...


haskellmonoids

Read More
No instance of Arbitrary despite defining one while using checkers to test Monoid laws...


haskellquickcheckmonoids

Read More
What are the practical implications that both applicatives/monads preserve monoidal structure but in...


haskellfunctional-programmingmonadsapplicativemonoids

Read More
How is "a monoid on applicative functors" different than "a monoid in the category of...


monadsfunctorapplicativecategory-theorymonoids

Read More
How to use Monoid Scala?...


scalafunctional-programmingscalazscala-catsmonoids

Read More
Why does foldr have a 'b' type variable?...


haskelltypesfoldmonoids

Read More
Why does mconcat require a list rather than a Foldable?...


haskellmonoidsfoldable

Read More
Cats' Monoid instance throws exception when merging Maps of Arrays...


scalafunctional-programmingscala-catscategory-theorymonoids

Read More
how to deal with duplicate record field with lenses?...


haskellhaskell-lensmonoids

Read More
Merging elements of a list of case classes...


scalamonoids

Read More
Monoid homomorphism and isomorphism...


scalafunctional-programmingmonoidsisomorphismhomomorphism

Read More
monoid vs monad in Scala...


scalafunctional-programmingmonadsmonoids

Read More
How to compose functions that return Bools to one function...


haskellfunctional-programmingmonoids

Read More
How to turn a function returning [a] into a function returning a Monoid?...


haskellpolymorphismmonoids

Read More
meaning of `<>` in this family `<*>,<$>,<&>`...


haskellnaming-conventionscategory-theorymonoids

Read More
Relation between the Semigroupoid and Semigroup classes...


haskellcategory-theorymonoidssemigroupcategory-abstractions

Read More
Simple examples to illustrate Category, Monoid and Monad?...


haskellmonadscategory-theorymonoids

Read More
BackNext