Search code examples
C++: Are YOU using Loki or Boost for functors?...


c++boostmetaprogrammingfunctorc++-loki

Read More
What is a proper way to declare priority queue as a private member in class with custom compare func...


c++lambdac++20priority-queuefunctor

Read More
Function composition with functor - Performance overhead...


c++performancec++11lambdafunctor

Read More
How to define and use std::less as a template argument in a function definition?...


c++templatesc++17functorfunction-templates

Read More
A function as an argument in Julia (best practice / code design)...


design-patternsjuliafunction-pointersfunctor

Read More
Use of a functor on for_each...


c++stlfunctor

Read More
Define Writer Functor...


haskellfunctor

Read More
Is Last a free monoid?...


haskellfunctorcategory-theorymonoids

Read More
It is Good Practice to Assign Lambda Expression to a Variable in C++?...


c++lambdafunctor

Read More
ruby - can you iterate over a set of declared functions with lambda or functors?...


rubylambdafunctor

Read More
How to implement fixed points of functors in Java...


javafunctorhigher-kinded-typescatamorphismfixed-point-iteration

Read More
OCaml functor Set.Make/Map.Make weird annotation in VSCode...


ocamlfunctor

Read More
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
BackNext