Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functor

Is the concept of an "interleaved homomorphism" a real thing?

Functors with multiple arguments in OCaml

module ocaml functor

What are bifunctors?

haskell functor bifunctor

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?