Search code examples
Can lambdas be STL-adaptable?...


c++c++11lambdafunctorstd

Read More
Cannot Resolve Map in a Functor Defined for Binary Tree...


scalafunctional-programmingtypeclassfunctorscala-cats

Read More
emulating method type parameters in generic go...


gogenericsfunctor

Read More
C++ Return a functor object as std::function...


c++functorstd-function

Read More
In OCaml using Base, how do you construct a set with elements of type `int * int`?...


moduleocamlfunctor

Read More
Type functor and literal array unpacking...


typescriptfunctortype-mapping

Read More
How can I compare std::function objects?...


c++functorfunction-object

Read More
C++: undefined reference to the functor's overloaded invocation operator...


c++c++11functor

Read More
Functoriality of List in Pure Haskell Lambda Calculus...


haskelllambdafunctorlambda-calculusparametric-polymorphism

Read More
How to call the __invoke method of a member variable inside a class...


phpfunctioninvokememberfunctor

Read More
Can a Functor / Applicative be tied to one specific type or structure?...


haskellfunctorapplicative

Read More
How is "a monoid on applicative functors" different than "a monoid in the category of...


monadsfunctorapplicativecategory-theorymonoids

Read More
Can functors or monads respectively be expressed solely with higher order functions?...


javascriptfunctional-programmingmonadsfunctorhigher-order-functions

Read More
How do functors work in haskell?...


haskellfunctional-programmingfunctor

Read More
std::priority_queue contain struct with functor that contains a state...


c++templatesfunctor

Read More
How to iterate through list of derived function objects and accessing derived objects member variabl...


c++functorderived-class

Read More
Can Haskell Typeclasses be Partially Implemented?...


haskelltypesfunctorapplicative

Read More
Using a non-static class member inside a comparison function...


c++classstaticsortingfunctor

Read More
What would be the Functor instance for the following type: newtype F2 x a = F2 ((a -> x) -> a)...


haskellfunctor

Read More
How to extract keys from Map.Map?...


haskellfunctor

Read More
How to copy "partially" an object using a std::function?...


c++copy-constructorfunctor

Read More
When are template arguments required in C++?...


c++templatesfunctor

Read More
Use of functor within transformation (with/without constructors)...


c++oopconstructortransformationfunctor

Read More
Cats: Implementing Contravariant for Predicates without a type alias?...


scalafunctional-programmingfunctorscala-catstype-level-computation

Read More
Type signature of comparison function object...


c++functor

Read More
template argument as functor template...


c++templatescompiler-errorsadapterfunctor

Read More
C++ "Dynamic" function pointers for C callback functions...


c++lambdafunction-pointersfunctor

Read More
Do functors have an equivalent in C#?...


c#c++functor

Read More
Are all fixed size containers strong monoidal functors, and/or vice versa?...


haskellfunctorapplicativecategory-theory

Read More
What does "state" mean in C++?...


c++statefunctor

Read More
BackNext