Search code examples
Is this property of a functor stronger than a monad?...

haskellfunctional-programmingmonadsfunctorcategory-theory

Read More
Every Lens' is a Traversal'... how?...

haskellfunctorapplicativehaskell-lens

Read More
Why does this program crash or hang?...

c++classfunctor

Read More
Why can't operator () of stateless functor be static?...

c++lambdafunction-pointersc++14functor

Read More
How to write typed wrapper for a thread pool?...

c++templateslambdametaprogrammingfunctor

Read More
Linear combination of functions in C++...

c++boostfunctorhigher-order-functions

Read More
Idris: Cannot use functions as applicative functors?...

functortypecheckingapplicativeidris2combinatory-logic

Read More
Name and existence of functor or monad to chain and terminate sequence of operations...

javascriptfunctional-programmingmonadsterminologyfunctor

Read More
set , and comparing/sorting functor or less operator...

c++stlsetfunctor

Read More
F# changes to OCaml...

f#ocamlfunctor

Read More
Making a function an instance of functor...

haskelltypeclassfunctor

Read More
Haskell Error: Expected kind ‘* -> *’, but ‘Movie’ has kind ‘*’...

haskellfunctoralgebraic-data-types

Read More
How to functionally compose futures?...

pythonfuturepython-multithreadingfunctorconcurrent.futures

Read More
How to use a class based member function as an callback function in curl_easy_setopt() in cpp...

c++c++11pointerscurlfunctor

Read More
Can we always use <$> in Haskell to define functions "point free"?...

haskellfunctorapplicative

Read More
Why typescript cannot refer the type in my example correctly?...

typescriptfunctional-programmingoption-typefunctor

Read More
What is the name of this functor that uses RankNTypes?...

haskellfunctorhigher-rank-types

Read More
How do I create an nullary Functor in C++ (using the loki library)...

c++functorc++-loki

Read More
C++: Are YOU using Loki or Boost for functors?...

c++boostmetaprogrammingfunctorc++-loki

Read More
What is a proper way to declare priority queue as a private member in class with custom compare func...

c++lambdac++20priority-queuefunctor

Read More
Function composition with functor - Performance overhead...

c++performancec++11lambdafunctor

Read More
How to define and use std::less as a template argument in a function definition?...

c++templatesc++17functorfunction-templates

Read More
A function as an argument in Julia (best practice / code design)...

design-patternsjuliafunction-pointersfunctor

Read More
Use of a functor on for_each...

c++stlfunctor

Read More
Define Writer Functor...

haskellfunctor

Read More
Is Last a free monoid?...

haskellfunctorcategory-theorymonoids

Read More
It is Good Practice to Assign Lambda Expression to a Variable in C++?...

c++lambdafunctor

Read More
ruby - can you iterate over a set of declared functions with lambda or functors?...

rubylambdafunctor

Read More
How to implement fixed points of functors in Java...

javafunctorhigher-kinded-typescatamorphismfixed-point-iteration

Read More
OCaml functor Set.Make/Map.Make weird annotation in VSCode...

ocamlfunctor

Read More
BackNext