Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functor

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

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?