Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Why isn't (->) implemented with Control.Monad.Instances by default

haskell monads functor

Haskell "pseudo-functor"

haskell functor

correct use of functor for C++ STL thread

c++ multithreading stl functor

Confused about (fmap length Just) [1,1,1,1] vs. fmap length $ Just [1,1,1,1]

Is it possible to create a Functor instance for sorted binary trees in Haskell?

Functor instance for a simple algebraic data type

What is the right way to pass an object created by std::bind to a function?

How to add a class constraint to a Functor instance declaration in Haskell?

haskell functor

Post-condition for map functions