Search code examples
How do you write a Functor on a data type that uses concrete types?...


haskellfunctor

Read More
How to reference an argument that is a functor...


ocamlfunctor

Read More
Is this a Functor...


javascriptfunctional-programmingfunctor

Read More
Transform functor struct to take a different argument...


c++c++11lambdaeigenfunctor

Read More
Understanding a functor instance of my custom data type...


haskellfunctor

Read More
Java - NavigableMap, which returns a functor, which returns a double...


javafunctor

Read More
What does it mean to compose two Functors?...


haskelltheoryfunctor

Read More
Calling a functor "pointed to" by an iterator inside a template function...


c++functor

Read More
Why is `fmap` needed to call `succ` on a `Maybe Integer`?...


haskelltypesfunctormap-functioncollatz

Read More
Custom comparer for priority_queue object in a class...


c++lambdaoperator-overloadingpriority-queuefunctor

Read More
Constructor Class/Functor for a constrained element type?...


haskelltypeclassfunctor

Read More
Natural map derivation algorithm...


haskellcovariancefunctorcontravariancedenotational-semantics

Read More
Why not a Phantom class which extends Functor Contravariant?...


haskellcovariancefunctorcontravariancelibrary-design

Read More
Transpose nested data structures...


haskellfunctional-programmingpattern-matchingfunctorfold

Read More
How to define apply in terms of bind?...


haskellmonadsfunctorapplicative

Read More
Is there a better way to write this haskell function?...


haskellmonadsfunctor

Read More
how to use a function object as a custom comparator for accessing a local variable instead of using ...


c++lambdapriority-queuefunctorfunction-object

Read More
Why for_each requires an instance to be passed as an argument while the hash unary function for unor...


c++algorithmhashfunctorunordered-map

Read More
confused about function as instance of Functor in haskell...


haskellfunctor

Read More
C++ push-pipeline with multi-functors...


c++templatespipelinefunctor

Read More
Generic multi-functor composition/pipelining in C++...


c++templatespipelinec++20functor

Read More
lambda vs function object...


c++lambdafunctor

Read More
Explicit conversion of templated functors to specific functors...


c++templatesfunctorcrtpcallable-object

Read More
Why do I need to call the constructor again in the definition of fmap even when I don't apply th...


haskellfunctoralgebraic-data-typessum-type

Read More
instance Functor with data...


haskellfunctor

Read More
How to create a set of elements without knowing the type of the element?...


moduleocamlfunctorfirst-class-modules

Read More
Functor for scala.collection.Map[Int, T]...


scaladictionaryfunctor

Read More
Call a variadic template functor in a variadic template parameter pack if it satisfies a condition...


c++variadic-templatesvariadic-functionsfunctorvariadic

Read More
Parametric functors in Julia...


juliafunctor

Read More
How to use functors instead of functions in django?...


pythondjangodjango-modelsdjango-rest-frameworkfunctor

Read More
BackNext