Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functor

c++11: Templated wrapper function

(r ->) applicative functor

haskell functor applicative

Are there morphisms in Haskell?

"Transposition" of functors?

example uses scalaz.Lens's modf, modp and xmap

Working with data types parameterized by a functor

C++ functor to output iterator adapter

Lambda functions as class members

c++ c++11 functor lambda

greater/less function objects in C++

c++ sorting functor

Syntax in Haskell "Functor [::]"

haskell functor

Every monad is an applicative functor — generalizing to other categories

Is (fmap f) the same as (f .) if f is a function of type a->b?

haskell functor

how to create function that returns a functor with the same signature as the function?

Why does Control.Monad.Morph.hoist have a Monad constraint?

When using templates to support functor as arguments, what qualifier should I use?

Is the functor distribution law for the `Alt` typeclass trivial?

Why can C++ functors be preferable to objects with named methods?

c++ functor function-object

In Haskell, how to fmap between distinct Traversables?

haskell traversal functor

Is there a name for this subset of bifunctors?

Indexing into containers: the mathematical underpinnings