Search code examples
Why can't operator () of stateless functor be static?...


c++lambdafunction-pointersc++14functor

Read More
What are C++ functors and their uses?...


c++functorfunction-objectfunction-call-operator

Read More
Is it possible to implement `Functor<T>` in Java?...


javahaskellfunctor

Read More
What's the difference between a function and a functor in Haskell? Only definition?...


functionhaskellfunctordifference

Read More
How can I implement periodic output in a const method with irregular time steps and no internal stat...


c++constantsthread-safetyfunctor

Read More
Why aren't all instances of Data.Vector.Fixed.Vector also instances of Functor?...


listhaskellvectorfunctional-programmingfunctor

Read More
Functors in separate files in OCaml?...


ocamlfunctor

Read More
why using functor for implementing customization point, instead of simple function?...


c++functorargument-dependent-lookupname-lookupniebloid

Read More
Showing Functor result in Haskell...


haskelltypeclassfunctor

Read More
I can't derive the type of fmap . const...


haskelltypesfunctor

Read More
Is there a data type with two Functor instances and two Applicative instances, the latter with eithe...


haskellfunctional-programmingfunctorapplicative

Read More
How is `arr fst` a natural transformation?...


haskellfunctorcategory-theoryarrow-abstraction

Read More
What's the relationship between profunctors and arrows?...


haskellfunctorcategory-theoryarrow-abstractionprofunctor

Read More
Is (\f -> fmap f id) always equivalent to arr?...


haskellfunctorcategory-theoryarrow-abstractioncategory-abstractions

Read More
Why can I not make a (Functor f) => ConcreteType -> f String into an instance Functor ((->)...


haskelltypesfunctor

Read More
Why there isn't a Functor instance for Kleisli in Control.Arrow?...


haskellfunctorarrow-abstraction

Read More
Using monads, monoids, functors and arrows in practice...


haskellmonadsfunctormonoidsarrow-abstraction

Read More
how to mix applicative functors and arrows...


haskellfunctorapplicativehxtarrow-abstraction

Read More
Why can't MSet be an instance of Functor?...


haskelltypeclassfunctor

Read More
Seq.iter slower than native mapping : any generic solution?...


genericsf#inlinefunctor

Read More
Module type semantics in OCaml...


functional-programmingocamlfunctor

Read More
Why does a js map on an array modify the original array?...


javascriptnode.jsdictionaryfunctor

Read More
Function passed as template argument...


c++templatescode-generationfunctor

Read More
Trouble understanding Haskell type unification with a nested `fmap`...


haskellmonadsfunctor

Read More
Why can't I define a function inside another function but can declare function inside another fu...


c++functorfunction-declaration

Read More
std::function to functions with default argument...


c++functorstd-functiondefault-arguments

Read More
Haskell void function...


haskellmonadsfunctor

Read More
Implementing functions in module types...


ocamlfunctor

Read More
How does <$ = (fmap . const) in Functor even work in Haskell?...


haskellfunctorhigher-order-functions

Read More
Why I get error "The type variable 'a occurs inside 'a t" with enabled -rectypes f...


ocamlfunctorrecursive-typecatamorphism

Read More
BackNext