Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functor

C++ - proper way to map objects (like strings) to member functions in table

Are Standard Library algorithms allowed to copy predicate arguments?

c++ g++ functor stl-algorithm

Does the term "Functor" in Prolog have any relation to the term taken from Category Theory?

OCaml: Why does renaming a type fail with "Their kinds differ"

module ocaml rename functor

Standard ML: making a type transparent with opaque signature ascription

sml signature functor

What's a good example for a Haskell functor that is not an applicative functor? [duplicate]

What's the difference between lambda and std::function?

c++ : How to pass a normal c function as hash functor for unordered_map

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