Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Is There a Indirection Functor?

How to make Either into a functor in second type

haskell functor either

map Functor over a list in Haskell

What's distributing a functor over a tuple called?

haskell functor

Functors vs comparators

c++ c++11 comparator functor

Do you use nouns for classnames that represent callable objects?

Trivial functors

python python-3.x functor

Applicative functor that reverses order of effects

Perfect forwarding a functor

Indexing into containers: the mathematical underpinnings