Search code examples
How can fmap be used with a data constructor?...

haskellfunctor

Read More
Understanding functor laws: is this a functor?...

javascriptfunctorcommutativity

Read More
How does one state that a module implements an interface so that a type in the signature is the same...

moduleocamlfunctor

Read More
Perfectly forwarding function wrapper?...

c++17template-meta-programmingfunctorperfect-forwardingtemplate-argument-deduction

Read More
Why adding import `import cats.instances.future._` will result an compilation error for implicit Fun...

scalacompilationfuturefunctorscala-cats

Read More
Why is a -> a not a functor?...

functional-programmingfunctorcategory-theory

Read More
Changing indices within a Haskell tree...

haskellfunctortraversablefoldable

Read More
Recursive functor instance in haskell...

haskellfunctor

Read More
Why should Applicative inherit from Functor?...

haskellfunctorapplicative

Read More
Store shared pointer in lambda to keep it alive...

c++c++11lambdashared-ptrfunctor

Read More
scala functors taking arithmetic operators as argument...

scalafunctor

Read More
Can Nullable be used as a functor in C#?...

c#haskellfunctional-programmingnullablefunctor

Read More
How to show that a monad is a functor and an applicative functor?...

haskellmonadsfunctorapplicative

Read More
Understanding a Comparator functor for STL...

c++c++11stlfunctor

Read More
Haskell : Couldn't match expected type ‘a -> a’ with actual type ‘Failable (a -> a)’...

haskellfunctor

Read More
Difference in capability between fmap and bind?...

haskellfunctional-programmingmonadsfunctor

Read More
What are get() and unit() in this definition of applicative functor?...

javafunctional-programmingfunctorapplicativecategory-theory

Read More
Variant types as module/functor signature constraints in ocaml...

moduleocamlfunctorvariantpolymorphic-variants

Read More
Making (a, a) a Functor...

haskelltypesfunctortypeclass

Read More
Data.AVL.map that changes value type...

dictionaryfunctoragda

Read More
Understanding Data.Functor.Constant constructor and applicative laws...

haskellconstantsfunctorapplicativemonoids

Read More
Can SML functors take non-structure arguments (Ullman 8.3.4)?...

smlfunctor

Read More
double type Functor definition refused...

haskelltypescompiler-errorsfunctor

Read More
Calling generic function with Functor using subclass (cats/scalaz)...

scalafunctional-programmingfunctorscalazscala-cats

Read More
Passing Inherited Class's Member Functor...

c++delegatesbindfunctor

Read More
function object that converts string to uppercase...

c++stringfunctoruppercase

Read More
mapping operation for heterogenous List...

haskelltypeclassfunctor

Read More
How do I make a functor out of an arbitrary function?...

c++c++11templatesc++17functor

Read More
Which Haskell Functors are equivalent to the Reader functor...

haskellfunctorcategory-theory

Read More
OCaml use signature defined outside functor to limit visibility into produced module...

moduleocamlencapsulationfunctor

Read More
BackNext