Search code examples
How can I use a recursion scheme to express this probability distribution in Haskell...

haskellrecursionprobabilitycategory-theoryrecursion-schemes

Read More
What is the dual of a prism or an affine traversal?...

haskellhaskell-lenscategory-theorylenses

Read More
What's the Lisp `quote` special form in category-theoretical terms?...

lispmonadsquotecategory-theory

Read More
Why is a -> a not a functor?...

functional-programmingfunctorcategory-theory

Read More
Confusion in understanding Substitution / `ap` type signature and different implementations (functio...

functional-programmingramda.jscategory-theoryfantasylandsanctuary

Read More
Is Int a category of all integers?...

haskellcategory-theory

Read More
Once I have an F-Algebra, can I define Foldable and Traversable in terms of it?...

haskellcategory-theoryrecursion-schemes

Read More
Granted a traversable F-Algebra, is it possible to have a catamorphism over an applicative algebra?...

haskellcategory-theorycatamorphism

Read More
Is Hask even a category?...

haskellcategory-theory

Read More
A type constructor IS a monad or HAS a monad?...

scalahaskellfunctional-programminglanguage-agnosticcategory-theory

Read More
Is there a corresponding optic for higher-order traversable functors?...

haskellhaskell-lenscategory-theorytraversablehaskell-hedgehog

Read More
Simple definition of factorizer...

haskellcategory-theory

Read More
What are get() and unit() in this definition of applicative functor?...

javafunctional-programmingfunctorapplicativecategory-theory

Read More
Is there such thing as a bidistributive? What function do I need here?...

haskellmathcategory-theorybifunctordistributive

Read More
Overview of Edward Kmetts packages for Haskell...

haskellcategory-theory

Read More
How to use category theory diagrams with polyary functions?...

haskellcategory-theory

Read More
Do I violate the abstraction law?...

haskellcategory-theory

Read More
In Haskell, is the map function a functor?...

haskellcategory-theory

Read More
Non-empty-list comonad...

listidriscategory-theorycomonad

Read More
What exactly is a category?...

scalahaskellcategory-theory

Read More
Applicative: Prove `pure f <*> x = pure (flip ($)) <*> x <*> pure f`...

haskellapplicativecategory-theory

Read More
Which Haskell Functors are equivalent to the Reader functor...

haskellfunctorcategory-theory

Read More
Combining the state monad with the costate comonad...

haskellfunctional-programmingmonadscategory-theorycomonad

Read More
Initial algebra for rose trees...

haskellrecursionalgebraalgebraic-data-typescategory-theory

Read More
Which terms is corresponding for Map, Filter, Foldable, Bind etc from Category Theory?...

mathfunctional-programminglambda-calculuscategory-theory

Read More
What would be a good example of an endofunctor that is not the identity functor?...

javascriptfunctional-programmingcategory-theory

Read More
What should a "higher order Traversable" class look like?...

haskellfunctional-programmingmonadscategory-theorytraversable

Read More
Does My imposed Condition have a name in category theory/Set theory?...

scalamathtypescategory-theoryset-theory

Read More
removing ad-hoc polymorphism...

haskellfunctorcategory-theory

Read More
Can the kind `*` be thought of as `ob(Hask)`?...

haskellcategory-theory

Read More
BackNext