Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functor

I can't derive the type of fmap . const

haskell types functor

Haskell: check the length of IO [Double]

haskell monads functor

How to define and use std::less as a template argument in a function definition?

A more generic Functor class

haskell typeclass functor

Coq proof that the Selection monad is an applicative and a monad

C++ Functor as an output argument of a function

c++ functor

What makes fmap work here without an explicit method declaration?

haskell functor instances

C++ functor that returns a reference to its input parameter

c++ c++11 std 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