Search code examples
Functor is for (a -> b) -> (f a -> f b), what is for (Category c) => c a b -> c (f a)...

haskellcategory-theorycategory-abstractions

Read More
"Generalized arrows" and proc notation?...

haskellghcarrow-abstractioncategory-abstractions

Read More
Bidirectional Arrow...

haskellarrow-abstractioncategory-abstractions

Read More
Is (\f -> fmap f id) always equivalent to arr?...

haskellfunctorcategory-theoryarrow-abstractioncategory-abstractions

Read More
Control.Category, what does >>> and <<< mean?...

haskellcategory-theoryfunction-compositionarrow-abstractioncategory-abstractions

Read More
Would a type class "between" Category and Arrow make sense?...

haskelltypeclasscategory-abstractionsarrow-abstraction

Read More
How to define an instance of Data.Foldable.Constrained?...

haskellcategory-abstractions

Read More
Difference of constraints in Semigroup and Monoid instances...

haskellcategory-abstractions

Read More
How to define an instance of Control.Functor.Constrained?...

haskellcategory-abstractions

Read More
Examples of Cartesian (Profunctor)?...

haskellcategory-abstractionsprofunctor

Read More
Why this structure-preserving "fmap" cannot be acepted in this Functor's class instanc...

haskellfunctorcategory-abstractions

Read More
Common functionality for different types...

haskellcategory-abstractions

Read More
Relation between the Semigroupoid and Semigroup classes...

haskellcategory-theorymonoidssemigroupcategory-abstractions

Read More
What's wrong with defining composition this way?...

haskellcategory-abstractions

Read More
Difficulty in defining the Relation type as an instance of the Category class...

haskellcategory-abstractions

Read More
Is there a reason that `Functor` is not a superclass of `Category`?...

haskellfunctorcategory-theorycategory-abstractions

Read More
What good is Control.Category?...

haskellmathcategory-abstractions

Read More
Generalising ($) like Control.Category generalises (.)...

haskellcategory-abstractions

Read More
Generalization of Exponential Type...

haskellcategory-theorycategory-abstractions

Read More
Defining Categories and Category Laws in Haskell...

haskellcategory-theorycategory-abstractions

Read More
What is the significance of the id member's type in the Category class?...

typespurescriptcategory-abstractions

Read More
Error trying to define type Relation [(a,b)] as an instance of Category class...

haskellcategory-abstractions

Read More
BackNext