Search code examples
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
Why must fmap map every element of a List?...

haskellfunctorscalazcategory-theoryscala-cats

Read More
Does * in (<*>) have a special meaning?...

haskelloperatorsnaming-conventionsapplicativecategory-theory

Read More
Is unique morphism `m` which maps "best" product type to "suboptimal" product ty...

category-theory

Read More
Confusion in understanding horisontal composition of natural transformations...

functorcategory-theory

Read More
How to create an fmap that can take a tuple of functions instead of just a single function?...

haskellcategory-theory

Read More
What is Representable used for in Haskell?...

haskellfunctorcategory-theory

Read More
Every monad is an applicative functor — generalizing to other categories...

haskellcategoriesfunctorapplicativecategory-theory

Read More
`(a -> b) -> (c -> d)` in Haskell?...

haskelldefinitioncategory-theory

Read More
Do the monadic liftM and the functorial fmap have to be equivalent?...

haskellcategory-theory

Read More
Haskell: Composition of morphisms in monoidal categories...

haskellcategory-theory

Read More
Where is the bifunctor for functions in haskell?...

haskellcategory-theory

Read More
The useful application of Functor's Product and Coproduct...

haskellfunctorcategory-theory

Read More
What does "lax" mean in "lax monoidal functor"?...

haskellapplicativecategory-theory

Read More
Why is this type annotation wrong?...

haskelltypescategory-theoryisomorphismhigher-rank-types

Read More
What is the purpose of `pure` in Applicative Functor...

haskellapplicativecategory-theory

Read More
What does the map function in the Applicative from Category theory do?...

scalafunctional-programmingcategory-theory

Read More
Why Is Functor a Higher-Kinded type...

scalacategory-theory

Read More
in Haskell, how do I derive: instance Category (Moore a b -> Moore b c)...

haskellinstancecategory-theory

Read More
Confusing map function definition in Wadler's paper...

haskellfunctional-programmingcategory-theory

Read More
Are all Haskell functors endofunctors?...

haskellfunctorcategory-theory

Read More
Are List Int and List String the same category in Haskell/Category theory?...

haskellcategory-theory

Read More
How to undestand functors in the Nix expression language?...

haskellcategory-theorynix

Read More
Terminology of the Traversable concept...

haskellcategory-theorytraversable

Read More
Categorical structure in Haskell...

haskellcategory-theory

Read More
What kind of morphism is `filter` in category theory?...

scalahaskellfunctional-programmingcategory-theory

Read More
Making multiple API calls in a functional way...

scalafunctional-programmingcategory-theoryscala-cats

Read More
BackNext