Search code examples
Cats' Monoid instance throws exception when merging Maps of Arrays...


scalafunctional-programmingscala-catscategory-theorymonoids

Read More
Why prefer monoids over semigroups in Haskell? Why do we need mempty?...


haskellfunctional-programmingcategory-theory

Read More
How does lifting (in a functional programming context) relate to category theory?...


haskellcategory-theory

Read More
What are the identities categorical monads enforce that Haskell monads don't?...


haskellmonadscategory-theory

Read More
What is a Constant functor?...


haskellcategory-theory

Read More
How the identity functor looks like?...


haskellcategory-theory

Read More
What does the universe mean?...


scalahaskellfunctional-programmingterminologycategory-theory

Read More
What is the relationship between bind and join?...


haskellmonadscategory-theory

Read More
How are functors in Haskell related to functors in category theory?...


haskellfunctorcategory-theory

Read More
How does compiler figure out fixed point of a functor and how cata work at leaf level?...


haskellcategory-theoryrecursion-schemesfixpoint-combinatorscatamorphism

Read More
Generalization of strong and closed profunctors...


haskellfunctorcategory-theoryprofunctor

Read More
The fixed point functors of Free and Cofree...


haskellcategory-theoryfree-monadfixpoint-combinators

Read More
Attach extra information at every level of a recursive data type?...


haskellcategory-theoryrecursive-datastructuresfixpoint-combinators

Read More
Use cases for adjunctions in Haskell...


haskellfunctorcategory-theory

Read More
Efficient implementation of Catamorphisms in Scala...


scalaalgebraic-data-typescategory-theoryrecursion-schemescatamorphism

Read More
Simple encoding of category of sets and functions in Agda...


agdacategory-theory

Read More
What is partial order?...


haskellcategory-theory

Read More
Defining Free Bind in a way that is compatible with the Free Monad...


haskellcategory-theoryfree-monad

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


haskellnaming-conventionscategory-theorymonoids

Read More
What's the relationship between profunctors and arrows?...


haskellfunctorcategory-theoryarrowsprofunctor

Read More
Is (\f -> fmap f id) always equivalent to arr?...


haskellfunctorcategory-theoryarrowscategory-abstractions

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


haskellcategory-theorymonoidssemigroupcategory-abstractions

Read More
Is there a reason that `Functor` is not a superclass of `Category`?...


haskellfunctorcategory-theorycategory-abstractions

Read More
Control.Category, what does >>> and <<< mean?...


haskellfunction-compositioncategory-theoryarrowscategory-abstractions

Read More
Generalization of Exponential Type...


haskellcategory-theorycategory-abstractions

Read More
Defining Categories and Category Laws in Haskell...


haskellcategory-theorycategory-abstractions

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


haskellmonadscategory-theorymonoids

Read More
What does "a monad is a model of computation" mean...


haskellmonadscategory-theory

Read More
Free Monad for AST > 1-arity?...


haskellcompiler-constructioncategory-theory

Read More
MonoidK and Monad relation...


scalascala-catscategory-theory

Read More
BackNext