Search code examples
Boilerplate code in the definition of a monad...

haskellmonadsfunctorapplicative

Read More
What is the difference between a Functor and a Monad?...

functional-programmingmonadsfunctor

Read More
Defining a functor instance for this datatype...

haskellfunctor

Read More
Use Functor / Predicate to find the first element smaller than its predecessor in vector...

c++vectorpredicatefunctor

Read More
How are <$> and <*> pronounced?...

haskellfunctorapplicative

Read More
How to create the instance for my own type?...

haskellmonadsfunctorapplicativealgebraic-data-types

Read More
How to understand functor in \g x -> fmap ($) g x...

haskellfunctormap-function

Read More
Consuming Hasql statement outputs using something like a parser...

parsinghaskellfunctorapplicativehasql

Read More
Why is the binding of the functor result with a new module name required to call nested functor of i...

ocamlfunctor

Read More
Why Functor restricts the definition of map?...

haskellfunctor

Read More
How to receive types built from functors as argument to functions in OCaml?...

ocamlfunctor

Read More
Functor or boolean comparator...

c++functionbooleanoverloadingfunctor

Read More
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
BackNext