Search code examples
What are C++ functors and their uses?...

c++functorfunction-objectfunction-call-operator

Read More
In Functional Programming, what is a functor?...

functional-programmingocamlfunctor

Read More
What is a Functor in Python?...

pythonfunctor

Read More
How can I generalize the arity of rxjava2 Zip function (from Single/Observable) to n Nullable argume...

kotlinhaskellrx-javafunctorapplicative

Read More
Relationship between fmap and bind...

haskellmonadsfunctor

Read More
What is (->) in Haskell?...

functionhaskellconstructorfunctor

Read More
C++ selective predefined functor initializaiton...

c++templatesstlfunctor

Read More
Scala Try/Future, wrapping the exception in case of failure...

scalatry-catchfunctor

Read More
How to understand the type of (fmap fmap fmap) in Haskell?...

haskelltypesfunctional-programmingfunctor

Read More
How to instantiate templated functors F<D> over multiple functors F1,F2 and multiple template ...

c++templatescudametaprogrammingfunctor

Read More
In Scala cats-laws, why is the functor composition law different from canonical definition?...

scalafunctorscala-catscategory-theory

Read More
Haskell : what is the sense in: instance Functor ((->) r)...

haskellfunctor

Read More
Pushing back lambda to vector of functors produces infinite constructor calls...

c++lambdastdvectorfunctorstd-function

Read More
Why Functor class has no return function?...

mathhaskellmonadsfunctorcategory-theory

Read More
TypeScript: How to pass function-type member variable by reference?...

typescriptfunctional-programmingdelegatesfunctor

Read More
Writing zip (longzip) using an anamorphism...

haskellfunctoranamorphism

Read More
The module Map.Make is a functor, it cannot have any components...

ocamlfunctor

Read More
What is the difference between functor and monad Intuitively...

haskellfunctional-programmingmonadsfunctor

Read More
Functors in OCaml...

functional-programmingocamlfunctor

Read More
std::accumulate won't' perform sum of elements with std::plus functor...

c++stlfunctor

Read More
What optimization allows Functors to be inlined?...

c++optimizationinlinecompiler-optimizationfunctor

Read More
Is a simple way to use `Belt.Set` (and others) fixing its type?...

typesmodulefunctorrescript

Read More
save result of for_each algorithm inside a vector...

c++stlfunctor

Read More
Can `Fix` and `(,)` be seen as functors in some sense?...

haskellcompositionfunctorcategory-theory

Read More
Meaning and usage of complex number functor and monad?...

haskellmonadsfunctorcomplex-numbersapplicative

Read More
c++ : How to pass a normal c function as hash functor for unordered_map...

c++functionhashfunctorunordered-map

Read More
Creating functor from lambda expression...

c++lambdac++11functor

Read More
Writing an instance of Eq for Fix (Haskell)...

haskellfunctor

Read More
OCaml functors, Haskell type classes, and multiple derivation...

haskellfunctional-programmingocamlfunctorcaml

Read More
Is it better to define Functor in terms of Applicative in terms of Monad, or vice versa?...

haskellmonadsfunctorapplicative

Read More
BackNext