Search code examples
Hashable type with overwritten operators or external functors...

c++templatesfunctorunordered-set

Read More
Understanding Applicative Functor in Scala...

scalafunctional-programmingfunctorapplicative

Read More
In Haskell, how to fmap between distinct Traversables?...

haskelltraversalfunctor

Read More
Good examples of Not a Functor/Functor/Applicative/Monad?...

haskellmonadsfunctorapplicative

Read More
In Haskell, how to bind one list-like monad to another list-like monad...

haskellmonadsfunctor

Read More
Too many arguments for fmap...

haskellfunctor

Read More
Writing a generic functor instance across type constructors?...

haskelltypesfunctor

Read More
Is Gen an instance of Functor?...

haskellfunctional-programmingfunctor

Read More
Using functor in haskell...

haskellfunctor

Read More
Alternative way to express StateT Functor instance definition...

haskellfunctorstate-monad

Read More
How to define (*>), (<*) in terms of (<*>) and pure?...

haskellmonadsfunctorapplicative

Read More
Compile Errors in Class with User Defined Functions...

classboostfunctor

Read More
In Haskell why Applicatives need to take morphisms and data in same Context?...

haskellfunctorapplicative

Read More
How to call std::unique with custom predicate in C++03?...

c++lambdafunctorc++03

Read More
C++ - proper way to map objects (like strings) to member functions in table...

c++c++11function-pointersfunctorpointer-to-member

Read More
How to construct fmap for a newtype that houses functions...

haskellfunctornewtype

Read More
How can I instance `Functor` for a type with two parameters?...

haskellfunctional-programmingtypeclassfunctorparameterized-types

Read More
Is there a Functor that cannot be a law-abiding Apply?...

haskellfunctor

Read More
Dynamically selecting the comparison functor to be used in std::map...

c++polymorphismfunctorstdmap

Read More
Functor in Ocaml...

ocamlfunctor

Read More
Why does functor composition on an empty list return a Show error?...

haskellfunctor

Read More
Learning how to use contramap when is expected (a -> Maybe b) instead of (a -> b) as the first...

haskellfunctional-programmingfunctoroption-typecontravariant

Read More
Why does unsafePartial not work with a simple functor in PureScript?...

functorpurescript

Read More
Is there an intrinsic reason explaining why Rust does not have higher-kinded-types?...

rustmonadstraitsfunctorhigher-kinded-types

Read More
Haskell: Flaw in the description of applicative functor laws in the hackage Control.Applicative arti...

haskellfunctorapplicativehackage

Read More
Functor for square matrices...

haskelltypesnestedfunctor

Read More
Map Functor inside another Functor in Haskell...

haskellfunctoryesod

Read More
Can someone explain where Applicative instances arise in this code?...

haskellfunctorapplicative

Read More
How are functors in Haskell related to functors in category theory?...

haskellfunctorcategory-theory

Read More
Haskell type classes and instances...

haskelltype-inferencetypeclassfunctor

Read More
BackNext