Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functor

map behaviour with strings

Store shared pointer in lambda to keep it alive

How does <$ = (fmap . const) in Functor even work in Haskell?

What is the relationship between a monoid and a functor?

Generalizing map-values in Racket

Numeric Map Over With Functor

scala typeclass functor

Is there any general functor (not limited to endofunctor) usage in programming? [closed]

How to use sort() in C++ with custom sort member function?

c++ sorting functor

Partially applied function type (a ->) as Functor instance in Haskell

haskell functor

inherit from std::function, syntax and usage?

std::function can take functors?

function c++11 functor

Haskell fmap over custom data type

How are functors in Haskell related to functors in category theory?

confused about function as instance of Functor in haskell

haskell functor

How do you chain an arbitrarily long series of atomic parsers using applicatives?

Composition of compositions in Haskell

Why is there no type class for monoids on functors in Haskell?

Avoiding use of unsafeCoerce in Hughes' list functor instance

Why is `fmap` needed to call `succ` on a `Maybe Integer`?