Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functor

What is Representable used for in Haskell?

Variadic Function Accepting Functors/Callable Objects

Any advantages to Haskell desugaring?

OCaml functors :: counter-intuitive behaviour

ocaml functor

Functors when should I use them whats their intended use [closed]

c# .net generics lambda functor

Example of non-trivial functors

Implementing logging using globals and functors

Detailed difference between functor's call and function call?

For different possible Monad instances of a type, is the implied Functor instance always the same?

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#?