Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functor

Mapping a functor to another in Haskell

haskell functor

Writing a generic functor instance across type constructors?

haskell types functor

Having trouble writing my fmap

haskell functor

Binary Search using Comparator

C++ Functor template for class member functions

c++ c++11 embedded functor

Could std::some-namespace::transform one day support any functor?

Natural map derivation algorithm

What is (->) in Haskell?

Passing around a nested functor (C++)

c++ functor

Generalization of the `Functor` class to become a `MultiFunctor`?

haskell functor applicative

Compilation error when declaring Functor for Either even after using type projections

(<*>) without having to wrap the second argument

haskell functor applicative

How to implement linear flow with IO and Either functors in functional programming with javascript?

Haskell: functor from this data type?

haskell functor

Functorial structure of functions

haskell functor

OCaml Signature Functors

ocaml functor

Can a functor retain values when passed to std::for_each?

c++ functor

Arbitrary type transformations of functor arguments and results

STL for_each with multiple return values and/or virtual base class functor

c++ stl virtual functor

achieving fast performance using polymorphism and functors in c++