Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in category-theory

Haskell: Control.Category.Monoidal: inverse of associate, idl and idr

haskell category-theory

In the category of sets, why are singleton sets terminal?

Monad and Functor law for Monad and Functor type class in Haskell

Monad: Why does Identity matter, what's going to happen if there's no such special member in a set?

Not quite understand `F(1A) = 1F(A) ∀ A ∈ C1` as the Functor law

How to understand Setoid definition of category?

Applicative instance for sets (nested lists)

curry is the factorizer for the universal construction

haskell category-theory

Is there a Monoid equivalent of Bifunctor?

Forgetting Cofree annotations using a catamorphism

Is the type constructor `Maybe (BTree a)` a monad?

What is a cocartesian comonoid, and what is a cocartesian comonoidal functor?

Is there any general functor (not limited to endofunctor) usage in programming? [closed]

Lambda Calculus vs Category theory in FP [closed]

How to understand constraints of PFunctor in categories library

Why is FunctionK not the same as a Natural Transformation