Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functor

bifunctor in haskell after the least fixed type

Why is there no Functor instance for Array in Scalaz

arrays scala functor scalaz

x <*> y <$> z in Haskell

haskell functor applicative

How to use an STL priority_queue + comparator with a specific constructor?

How to construct fmap for a newtype that houses functions

haskell functor newtype

Failed to specialize function template

Modules and record fields

C++ functor as a function pointer

c++ windows functor

In OCaml, is it possible to define Map in terms of Set?

module ocaml functor

What Haskell package has a unit functor/monad?

haskell monads functor

standard select1st and select2nd

c++ tuples functor

Instance of a Functor

haskell functor

Functor's instance variable is not kept between consecutive calls to generate_n

c++ stl functor

Am I reinventing the wheel with this trivial method call forwarding class?

Assign pointer to a function the address of a pointer to function object

Testing Haskell traversable with a simple example

haskell functor traversable

passing member-function as argument to function-template

Whats the right way to handle (deeply nested) functors?

haskell functor purescript

Is there an equivalent to head/tail for Foldable functors in general?

Haskell defining Functor instance for an alternative Either data type