Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in category-theory

Categories library for Agda?

Proper way to wrap selectively class instances (or "lift" functions like `sortBy`, `minimumBy`, ... automatically)

haskell category-theory

Is Behavior a Comonad?

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

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

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

Relation between `DList` and `[]` with Codensity