Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

how to translate Haskell into Scalaz?

scala haskell functor scalaz

Where do std::bind-created functors live?

c++ bind std functor

Better Applicative instance for Parser (Haskell)

haskell functor applicative

The useful application of Functor's Product and Coproduct

Applicative vs Generative functors

Why is (a, a) not a functor? [duplicate]

What case is better?

When are stateless class functors useful in place of a c style function?

Function objects in C++ (C++11)

Can two non-functors compose to a functor?

Why is there no "Functor" trait in Scala? [closed]

Best Java Functor lib: JGA, commons functor, mango, or...?

java functor

Where to define C++ class member template function and functors that instantiate it?

c++ templates functor

Why "fmap (replicate 3) Just" has a type of "a -> [Maybe a]", In Haskell

haskell types functor

Keeping Secrets in Haskell

haskell functor

Why is there a distinction between co and contravariant functors in Haskell but not Category Theory?