Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in category-theory

Why do Static Arrows generalise Arrows?

Is a state monad with two state variable types (in and out) still a monad?

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

Combining the state monad with the costate comonad

Reverse Function Composition in Haskell

Why Is Functor a Higher-Kinded type

scala category-theory

Generalized `fold` or how to perform `fold` and `map` at a time

haskell category-theory

What is the meaning of Extend type class in Haskell?

What is difference between Coyoneda and free-functors

haskell category-theory

Why does Haskell have non-strict functions (semantics)? [closed]

Is it possible to generalize this lmap

Why can't ghc match these types on this Category product?

What is this thing similar to KleisliFunctor?

How can I use a recursion scheme to express this probability distribution in Haskell

Functor implementation in JavaScript

resource that explains vocabulary used in Edward Kmett's lens package

Is Haskell's `Const` Functor analogous to the constant functor from category theory?

Are there a thing call "semi-monad" or "counter-monad"?