Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functor

In GHCi, why can't I show `pure 1` in REPL?

haskell monads functor ghci

Haskell type inference for Functors

Does the First Functor Law follow from the Second?

haskell functor

Is Last a free monoid?

Applicative Functors and Left from Either

Why can't template functions be passed as a template template parameter?

c++ function templates functor

How to document a function object with doxygen?

A type trait to detect functors using C++17?

Using functors as interfaces in OCaml

interface ocaml functor

Const and non-const functors

Map identity functor over record

Functor instance for a GADT with type constraint

What is the general case of QuickCheck's promote function?

Creating a parametrized module over a parametrized module

ocaml functor

Functors in OCaml: triple code duplication necessary?

ocaml functor

Is (\f -> fmap f id) always equivalent to arr?

C++: pass function with arbitrary number of parameters as a parameter

How to use pointed functor properly

How do applicative functors tie in with parallelizing algorithms? (Scala and Scalaz)

Can a Functor / Applicative be tied to one specific type or structure?

haskell functor applicative