Search code examples
How do you chain an arbitrarily long series of atomic parsers using applicatives?...

haskellfunctional-programmingfunctorapplicativealternative-functor

Read More
Passing a std::shared_ptr to a function object to std::thread...

c++multithreadingc++11shared-ptrfunctor

Read More
How can I handle void return type in a templated functor in C++20?...

c++templatesc++20functor

Read More
Is this type a valid "rank-2 bifunctor"?...

haskellfunctorrank-n-typesbifunctor

Read More
C++ Apply a functor that is stored in a vector of shared pointers to Eigen unaryExpr...

c++eigenfunctor

Read More
Definition of flatMap in Swift...

swiftmonadsfunctorflatmap

Read More
How do I get the argument types of a function pointer in a variadic template class?...

c++c++11function-pointersfunctorvariadic-templates

Read More
How to instruct a polymorphic functor in a container to do its job and return results?...

c++c++11polymorphismfunctor

Read More
Proper way of returning a functor in C++...

c++pointersfunction-pointersfunctorfunction-object

Read More
Cost of copying stateless objects (lambdas)?...

c++templateslambdafunctorstateless

Read More
Is there call overhead if std::bind is used in recursive way?...

c++functorstd-functionstdbind

Read More
How do i pass a predicate function as a template parameter?...

c++templatespredicatefunctorc++98

Read More
why are the state and reader monads functions while the writer monad is a tuple?...

haskellstatemonadsfunctor

Read More
Simpler syntax to invoke a template functor...

c++templatesfunctor

Read More
How does <*> derived from pure and (>>=)?...

haskellmonadsfunctorapplicative

Read More
Haskell avoiding double-wrapped maybes in functions that return maybes...

haskellmonadsfunctoroption-type

Read More
Ascribing multiple OCaml Signatures to a Module...

moduleocamlfunctor

Read More
Create your own functor,C++...

c++transformstdfunctorclamp

Read More
Combining functions for string representation of Hashtbl and Map.S in OCaml...

moduleocamlfunctorabstractionredundancy

Read More
Making a datatype an instance of Functor to map on a field which is of parametric type...

haskellfunctional-programmingfunctor

Read More
In the declaration of class Functor, can the type variables be function types?...

haskelltypesfunctorapplicative

Read More
Return a functor based on command line input...

c++lambdafunctor

Read More
Proper use of a functor in std::for_each and std::transform...

c++c++11functor

Read More
Combining predicates in a functional way...

c++functional-programmingfunctorboost-hanalifting

Read More
Cannot find symbol of written method java.util.function...

javaarraysfunctorfunction-object

Read More
C++ - Specify Overloaded Functor or Function When Passing To `std::function`...

c++castingoverloadingfunctorstd-function

Read More
Why is it impossible to include module type from functor parameter module into module type in result...

moduleocamlfunctor

Read More
Is it possible to access the arguments from an std::bind object?...

c++c++11functorstd-functionstdbind

Read More
value is not a member of type parameter F[]...

scalamonadsfunctorscala-cats

Read More
Functor implementation in JavaScript...

javascripthaskellfunctorcategory-theory

Read More
BackNext