Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functor

What is a good data structure to represent an undirected graph?

Is it possible to use boost::bind to effectively concatenate functions?

c++ boost callback bind functor

GHC 7.0.4 seems to have forgotten how to apply functors

haskell functor

How defining a module signature whose module implementation is parameterized by a functor

About mapping through several nested functorial levels

Error: passing const xxx as this argument of xxx discards qualifiers

Retaining functors as variables

c++ functor

Generalizing "sequence" for all functors?

haskell monads functor

Why is the binding of the functor result with a new module name required to call nested functor of initial functor?

ocaml functor

Is there any standard delete functor?

c++ functor delete-operator

What is meant by 'retain state' in c++?

Functors in separate files in OCaml?

ocaml functor

How can fmap be used with a data constructor?

haskell functor

How does <*> derived from pure and (>>=)?

Difference between function composition operator (.) and fmap (<$>)

How are Functors useful?

Difference between 'Just' and 'pure'

haskell functor applicative

State data in functor members vs global function

c++ static functor

Can a Functor never be abstract in C++?

c++ templates functor

Using monads, monoids, functors and arrows in practice