Search code examples
Are all Haskell functors endofunctors?...

haskellfunctorcategory-theory

Read More
Is JavaScript Array.map generally an endofunctor or just a functor?...

javascriptfunctormap-function

Read More
When using templates to support functor as arguments, what qualifier should I use?...

c++c++11templatesfunctorfunction-object

Read More
Haskell creating map and foldr function for new datatype...

haskellfunctorfoldable

Read More
Is there an equivalent to head/tail for Foldable functors in general?...

haskellfunctorshifttraversablefoldable

Read More
Defining fmap with id and return...

haskellfunctional-programmingmonadsfunctor

Read More
Why is the Functor instance for (,) mapping on the second value?...

haskelltuplesfunctor

Read More
Why does join . (flip fmap) have type ((A -> B) -> A) -> (A -> B) -> B?...

haskelltypesmonadsfunctor

Read More
Haskell fmap over custom data type...

haskellpolymorphismfunctor

Read More
Cannot find a functor instance for Tuple2K...

scalafunctorscala-catscomonad

Read More
How to make Either into a functor in second type...

haskellfunctoreither

Read More
Foldable vs Traversable...

haskellfunctorapplicativefoldabletraversable

Read More
When are stateless class functors useful in place of a c style function?...

c++operator-overloadingfunctor

Read More
How to use pointed functor properly...

javascriptfunctional-programmingfunctor

Read More
Map data structure implementation...

haskellfunctor

Read More
Creating a type trait to detect functors in C++...

c++c++17template-meta-programmingfunctortype-traits

Read More
Why fmap doesn't work for a tuple?...

haskelltuplesfunctor

Read More
difficulty about passing function returning functor or monad type...

scalafunctional-programmingmonadsfunctor

Read More
Why did pointfree.io choose liftM2 instead of liftA2?...

haskellmonadsfunctorapplicative

Read More
C++ functor binding...

c++templatesbindfunctor

Read More
What are the types that are considered callables in C++?...

c++lambdac++17functortype-traits

Read More
How could a c++ "function object" (functor) be defined in Clojure?...

lambdaclojurefunctional-programmingfunctor

Read More
Type check fails with as-pattern...

haskellghctype-inferencefunctor

Read More
A type trait to detect functors using C++17?...

c++c++17template-meta-programmingfunctorsfinae

Read More
How is this Functor instance implemented?...

haskellfunctor

Read More
What's the difference between a function and a functor in Haskell? Only definition?...

functionhaskellfunctordifference

Read More
C++ How do you pass a member function into a functor parameter?...

c++functormember-functions

Read More
How (fmap . fmap) typechecks...

haskellfunctor

Read More
A type trait identifying which class provides the function selected by overload resolution...

c++overloadingc++17template-meta-programmingfunctor

Read More
OCaml Signature Functors...

ocamlfunctor

Read More
BackNext