Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functor

Are all fixed size containers strong monoidal functors, and/or vice versa?

how to find duplicates in std::vector<string> and return a list of them?

c++ stl functor

Stateful functors & STL : Undefined behaviour

c++ stl functor

Applicative functors: why can fmap take a function with more than one argument?

haskell functor applicative

Container for different functions?

Composition of two functors is a functor

Generalization of strong and closed profunctors

Meaning and usage of complex number functor and monad?

Generating functors with iterator behavior

c++ iterator generator functor

What is the difference between Either a and Either Int? What is Either a ? A polymorphic type constructor? What is its purpose?

Good examples of not a Contravariant/Contravariant/Divisible/Decidable?

How to simplify nested map calls?

scala functor

Defining < for STL sort algorithm - operator overload, functor or standalone function?

Standard ML functor examples

Simple Applicative Functor Example

haskell functor applicative

How does Traversable use the fact that it subclasses both Foldable and Functor?

Applicative without a functor

What's the difference between a Predicate and a Functor?

What is the name of this functor that uses RankNTypes?

Foldable vs Traversable