Search code examples
Haskell, implementing Monoids. What is Semigroup and why does it act so weird?...


haskellmonoidssemigroup

Read More
Why is there no alternative instance for Either but a semigroup that behaves similarily to alternati...


haskelleitheralternative-functorsemigroup

Read More
Is there a class that models "patches"?...


haskelldiscrete-mathematicsmonoidssemigroup

Read More
Haskell newtype that flips semigroup operation?...


haskellmonoidssemigroup

Read More
How to add custom Semigroup instance for Int...


scalascala-catssemigroup

Read More
What does Data.Semigroup ((<>)) do in this Haskell sort code?...


sortinghaskellcomparesemigroup

Read More
Semigroup instace for Data.Map...


haskellsemigroup

Read More
Creating a Semigroup data type instance in Haskell...


haskelltypessemigroup

Read More
Use named instances for other instances...


typeclassidrisformal-verificationnamed-instancesemigroup

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


haskellmonoidsargmaxsemigrouptype-synonyms

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


scalascala-catsmonoidssemigroup

Read More
Make a parametrized data type instance of Semigroup...


haskelltypessemigroup

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


haskellcategory-theorymonoidssemigroupcategory-abstractions

Read More
Semigroup typeclass (Either) with slightly altered combine...


scalafunctional-programmingscala-catssemigroup

Read More
Using Validated from the Cats library in Scala...


scalavalidationscala-catssemigroup

Read More
Hiding typeclass instance declarations while importing in Haskell...


haskelltypeclassmonoidssemigroup

Read More
"mayBeMempty" function for a Semigroup...


haskelltypeclassmonoidssemigroup

Read More
How to write `Semigroup` instance and their `quickCheck`s on parameterized types?...


haskellsemigroup

Read More
Scalaz implementation of Semigroup using advanced Scala features...


scalatraitsimplicitsmonoidssemigroup

Read More
Keeping IO lazy under append...


haskelllazy-evaluationmonoidssemigroup

Read More
Defining a Semigroup instance that depends on itself...


scalafunctional-programmingtypeclassscala-catssemigroup

Read More
Computing all infix products for a monoid / semigroup...


algorithmsubstringdynamic-programmingmonoidssemigroup

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


haskellmonoidssemigroup

Read More
Why is there no >=> semigroup for A => M[A] in Scalaz?...


scalascalazkleislisemigroup

Read More
Why there is no Semigroup instance for TrieMap in scalaz...


scalascalazsemigroup

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


scalahaskellradixmonoidssemigroup

Read More
How to get all algebraic associative operations on a finite set by efficient algorithm?...


calgorithmmodelingabstract-algebrasemigroup

Read More
Can you formulate the Bubble sort as a monoid or semigroup?...


sortinghaskellmonoidssemigroup

Read More
BackNext