Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in category-theory

Do monad transformers, generally speaking, arise out of adjunctions?

Products and coproducts in posets

What does "a monad is a model of computation" mean

How to Factorize Continuation Monad into Left & Right Adjoints?

What is exactly an indexed functor in Haskell and what are its usages?

Why Functor class has no return function?

Haskell: How is join a natural transformation?

What does "lax" mean in "lax monoidal functor"?

Where do values fit in Category of Hask?

haskell category-theory

Is this property of a functor stronger than a monad?

Foldable, Monoid and Monad

What's the relationship between profunctors and arrows?

Can a monad be a comonad?

haskell category-theory

Step by Step / Deep explain: The Power of (Co)Yoneda (preferably in scala) through Coroutines

To what extent are Applicative/Monad instances uniquely determined?

What are zygo/meta/histo/para/futu/dyna/whatever-morphisms?

Resources for learning category theory [closed]

What is Applicative Functor definition from the category theory POV?

What are Haskell's monad transformers in categorical terms?

Can liftM differ from liftA?