Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

What does the <> operator mean

haskell operators functor

C++: Function pointer as Template argument instead of functor

Ascribing multiple OCaml Signatures to a Module

module ocaml functor

Why Can't I constexpr a bind?

c++ c++11 bind functor constexpr

confusion on using functor <$>

haskell functor

How do C++ functor constructors get called when used with for_each or std::transform

c++ functor

Easier way to apply multiple arguments in Haskell

In applicative, how can `<*>` be represented in terms of `fmap_i, i=0,1,2,...`?

haskell functor applicative

How can I instance `Functor` for a type with two parameters?