Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functor

In OCaml using Base, how do you construct a set with elements of type `int * int`?

module ocaml functor

Define C++ function at runtime

boost lambda collection size evaluation

The purpose of functors

Is there any connection between the contravarience of Hom Functor and Scala's Function1?

Is this "Coapplicative" class a superclass for Comonad?

Can we always use <$> in Haskell to define functions "point free"?

haskell functor applicative

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