Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functor

Why does the Applicative instance for Maybe give Nothing when function is Nothing in <*>

haskell functor applicative

What is the difference between a Functor and the Command pattern?

Applicative functors analysis

Are templates + functors/lambdas suboptimal in terms of memory usage?

Which Haskell Functors are equivalent to the Reader functor

What is the purpose of (<$) in the Functor class?

haskell functor

Understanding Data.Functor.Constant constructor and applicative laws

Can Nullable be used as a functor in C#?

Is `x >> pure y` equivalent to `liftM (const y) x`

Is it possible to make a functor in JavaScript?

How to show that a monad is a functor and an applicative functor?

Why there is no `Cofunctor` typeclass in Haskell?

haskell monads functor

Scala Try/Future, wrapping the exception in case of failure

scala try-catch functor

OCaml functors, Haskell type classes, and multiple derivation

why are the state and reader monads functions while the writer monad is a tuple?

haskell state monads functor

Is the Yoneda Lemma only useful from a theoretical point of view?

Is there an intrinsic reason explaining why Rust does not have higher-kinded-types?

Parameter to use std::greater or std::less as argument

Why have unary_function, binary_function been removed from C++11?

c++ functor and function templates

c++ templates functor