Search code examples
How to pass a custom comparator to a custom function C++...

c++comparatorfunctortemplating

Read More
How to create functor instance for phantom type where first argument phantom?...

haskellfunctor

Read More
How do I create a functor instance for a type with two arguments, where both arguments have to be th...

haskellfunctor

Read More
How to simplify the code with two overloads of the function that get Func and Action as a parameter?...

c#genericsactionfunctorfunc

Read More
c++ store functor in class...

c++functortemplate-classes

Read More
Post-condition for map functions...

f#functional-programmingfunctor

Read More
F# Sort array of tuples...

f#functorapplicative

Read More
Recursive discriminated unions and map...

recursionf#functordiscriminated-union

Read More
Difference between higher order and curried functions...

f#functional-programmingfunctorhigher-order-functionscurrying

Read More
Generics in record "with" syntax...

f#functor

Read More
Creating a Visitor Pattern with Polymorphic Recursive Modules...

modulepolymorphismocamlfunctorvisitor-pattern

Read More
Implementing the (typed) K combinator in C++...

c++templatesmetaprogrammingfunctorhigher-order-functions

Read More
Making Data.Map a functor in Haskell...

haskelldictionaryfunctor

Read More
Functor with std::for_each in C++...

c++functor

Read More
QuickChecking simple Functors: Is defining an Arbitrary instance necessary ? Why ? How?...

haskellfunctorquickcheck

Read More
Functorial structure of functions...

haskellfunctor

Read More
How to interpret fmap where f a = c -> d -> e...

haskellfunctor

Read More
Perfect forwarding a functor...

c++templatesfunctorperfect-forwarding

Read More
Pros and Cons of implementing functionality as functor...

c++oopfunctordesign-guidelines

Read More
Function Objects vs State...

c++functorstd-functionstdbind

Read More
c++ code refactoring using function objects...

c++functor

Read More
C++ programming candidate function not viable...

c++priority-queuefunctor

Read More
bifunctor in haskell after the least fixed type...

haskellfunctorrecursive-datastructuresfree-monad

Read More
Why there is no `Cofunctor` typeclass in Haskell?...

haskellmonadsfunctor

Read More
In the lets-lens tutorial, how do you refactor out the call to traverse in order to implement over?...

haskelltraversalfunctorhaskell-lens

Read More
Passing a C++ function object to pthread_create function as the thread routine...

c++multithreadingpthreadsfunctor

Read More
Defining monad from scratch in Haskell...

haskellmonadsfunctor

Read More
Why does the 2-tuple Functor instance only apply the function to the second element?...

haskelltuplesfunctor

Read More
How to map on a inner Functor (ValidationNel[A, Option[B]])...

scalafunctorscalaz

Read More
Can any lambda expression be expressed as a (templated) struct...

c++lambdac++14functor

Read More
BackNext