Search code examples
Showing that `newtype T a = T (a -> Int)` is a Type Constructor that is Not a Functor...

haskellcategory-theory

Read More
What are the situations when you can/cannot have a Functor instances for a datatype?...

haskelltypeclassfunctorcategory-theory

Read More
Does a functor always return a lifted type in haskell when the fmap transformation is applied?...

haskellfunctorcategory-theorylifting

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

haskellfunctional-programmingfunctorcategory-theory

Read More
Reader monad - how does it conform to Monad interface?...

scalamonadscategory-theoryreader-monad

Read More
Are `join` and `fmap join` equals in Haskell (from Category theory point of view)?...

haskelltypesmonadscategory-theory

Read More
Are all Monad instances in Haskell just different ways for mapping from Hask to Hask?...

haskellmonadscategory-theory

Read More
Set of transformations f::a->a form a monoid over function composition - how do I make this an in...

haskellfunctional-programmingcategory-theorymonoids

Read More
Where does the name "section" come from for a partially applied infix operator?...

haskellcategory-theory

Read More
LYHFGG: "Monads are just applicative functors that support >>=". In what sense is th...

haskellmonadsapplicativecategory-theory

Read More
Why is `pure` only required for Applicative and not already for Functor?...

haskellfunctorcategory-theory

Read More
Parameterised Class vs Function...

scalagenericstypeclassfunctorcategory-theory

Read More
Applicative instance for sets (nested lists)...

haskellapplicativecategory-theory

Read More
What is the general case of QuickCheck's promote function?...

haskellfunctional-programmingfunctorquickcheckcategory-theory

Read More
In what way is Scala's Option fold a catamorphism?...

scalacategory-theoryscala-optioncatamorphismrecursion-schemes

Read More
What is an generalized way to compose these 3 types of functions for conditional branching?...

haskellmonadscategory-theory

Read More
Is this an accurate example of a Haskell Pullback?...

haskellcategory-theory

Read More
Natural Transformations From Reader Bool To Maybe...

haskellfunctorcategory-theory

Read More
Inverse of the absurd function...

haskellcategory-theory

Read More
Where are the bind and identity functions on the Nullable<T> monad?...

c#functional-programmingprogramming-languagesmonadscategory-theory

Read More
Is the concept of an "interleaved homomorphism" a real thing?...

haskellfunctorcategory-theorycomonadhomomorphism

Read More
Functors in Java...

javahaskellcategory-theory

Read More
How do the operators `>>>` and `>>=` work in Haskell?...

haskellmonadscategory-theory

Read More
What is a purpose of Zap Functor and zap function in Haskell?...

haskellfunctional-programmingfunctorhigher-order-functionscategory-theory

Read More
What is the canonical name for the identity type?...

scalacategory-theorytype-theory

Read More
Clojure cats append nil behaviour...

clojurecategory-theorymonoids

Read More
What does a "monadic structure" and "element of a structure" precisely mean in t...

haskellmonadsalgebracategory-theoryio-monad

Read More
Free monad and the free operation...

haskellmonadscategory-theoryfree-monad

Read More
Is it possible to prove the existence of the category of categories (with functors as morphisms) in ...

agdacategory-theory

Read More
Where do values fit in Category of Hask?...

haskellcategory-theory

Read More
BackNext