Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functor

What is the general case of QuickCheck's promote function?

Creating a parametrized module over a parametrized module

ocaml functor

Functors in OCaml: triple code duplication necessary?

ocaml functor

Is (\f -> fmap f id) always equivalent to arr?

C++: pass function with arbitrary number of parameters as a parameter

How to use pointed functor properly

How do applicative functors tie in with parallelizing algorithms? (Scala and Scalaz)

Can a Functor / Applicative be tied to one specific type or structure?

haskell functor applicative

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