Search code examples
How can you add a String to a list of Monads in Haskell...

haskellfunctional-programmingmonadscompositionfunctor

Read More
Compilation error when declaring Functor for Either even after using type projections...

scalafunctorhigher-kinded-typestype-projection

Read More
C++ : no matching function...

c++bindfunctor

Read More
How to mix polymorphic functions with functors in ocaml?...

ocamlfunctor

Read More
C++ Functor template for class member functions...

c++c++11embeddedfunctor

Read More
What is the name of the monadic "versions" of fmap?...

haskellmonadsfunctor

Read More
Testing function object (functor) equality, how is it evaluated? Do I use `is` or `==`?...

pythonfunctionequalityfunctor

Read More
Compiler chooses functor over function with same name...

c++functionfunctor

Read More
Why Can't I constexpr a bind?...

c++c++11bindfunctorconstexpr

Read More
Why Can't I use a mem_fn Functor in bind?...

c++c++11bindfunctormem-fun

Read More
Howto create a generic type class function using functors...

scalafunctorshapelessscala-cats

Read More
functors from partially applied function type...

haskellfunctor

Read More
why does my functor member variable "reset" ? (c++)...

c++functor

Read More
How does fmap work for List...

haskellfunctor

Read More
Haskell Applicative Functor in F#...

haskellf#functional-programmingfunctorapplicative

Read More
Implementing Functor for a parametric type...

haskellfunctional-programmingfunctor

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

c++functionfunctor

Read More
Custom Functor instance: Expected kind ‘* -> *’, but ‘AST’ has kind ‘*’...

haskellfunctorabstract-data-type

Read More
fmap over variable argument function...

haskellfunctor

Read More
How to implement delegates using functors and operator()...

c++functor

Read More
Scala: How to use Functors for multi type parameter trait...

scalafunctional-programmingfunctorscala-cats

Read More
sort with operator overriding does not get I want...

c++operator-overloadingfunctor

Read More
Scala implicit conversion of container nested types...

scalaimplicit-conversionfunctorimplicitscala-compiler

Read More
Hash table of templated functor...

c++11hashtablefunctor

Read More
Functor type variables for Flip data type...

haskellargumentsfunctornewtype

Read More
SML Common type for different structures...

functional-programmingsmlfunctorsignatureml

Read More
SML functor expose a type without exposing implementation (implementing sets)...

functional-programmingsmlfunctorsignatureml

Read More
How to use sort() in C++ with custom sort member function?...

c++sortingfunctor

Read More
Must I implement Applicative and Functor to implement a Monad...

haskellmonadsfunctorapplicativefam-proposal

Read More
removing ad-hoc polymorphism...

haskellfunctorcategory-theory

Read More
BackNext