Search code examples
Understanding Functions as Applicatives in Haskell...

haskellmonadsfunctorapplicative

Read More
c++ stateful functor that populates vectors...

c++boostfunctorboost-geometry

Read More
Why do we have map, fmap and liftM?...

listhaskellmonadsredundancyfunctor

Read More
How can I Tell if a Type is a Functor?...

c++lambdac++14functortype-traits

Read More
Group member functions to all require implicit mutex lock first?...

c++functionmutexfunctorsimplify

Read More
Examples of Functors composition...

scalafunctional-programmingcompositionfunctorscalaz

Read More
Applicative typeclass based on two different functors...

haskellfunctorapplicative

Read More
Why can't a non-polymorphic type implement Foldable in Haskell?...

haskellpolymorphismfunctorfoldfoldable

Read More
Can one partially apply functor...

haskelltypesfunctor

Read More
Why must fmap map every element of a List?...

haskellfunctorscalazcategory-theoryscala-cats

Read More
Can two functors be compared for equality?...

c++c++11functor

Read More
Any function with the same polymorphic type as fmap must be equal to fmap?...

haskellfunctor

Read More
Are Functor instances unique?...

haskellghcfunctor

Read More
Lifting a function to ~> in scalaz...

scalamonadsfunctorscalazkind-projector

Read More
Why does GHC not parse functor instance for 'data Wrap f a = Wrap (f a)'?...

haskelltypeclassfunctor

Read More
Is (fmap f) the same as (f .) if f is a function of type a->b?...

haskellfunctor

Read More
C++ Understanding Functors Polymorphism...

c++polymorphismfunctor

Read More
Why does applicative work default only for Maybe...

haskellfunctorapplicative

Read More
How can I use functors or applicatives to rewrite this Haskell function over lists of tuples...

haskellfunctorapplicative

Read More
Cannot construct infinite type with functor...

haskellfunctor

Read More
Haskell - Custom functor instance on data type with function constructor...

haskellfunctor

Read More
How does "(\x y z -> [x,y,z]) <$> (+3) <*> (*2) <*> (/2) $ 5 " really...

haskellfunctor

Read More
How to store a functor for later invocation in C++...

c++lambdacallbackinvokefunctor

Read More
Fmap over a list containing single elements and lists...

haskellcompiler-errorsfunctortype-mismatchalgebraic-data-types

Read More
Representing Higher-Order Functors as Containers in Coq...

containerscoqfunctor

Read More
Confusion in understanding horisontal composition of natural transformations...

functorcategory-theory

Read More
Why is (a, a) not a functor?...

haskelltypeclassfunctortype-systems

Read More
Members in constexpr functors causing runtime execution...

c++lambdaconstexprfunctorcompile-time

Read More
Why have unary_function, binary_function been removed from C++11?...

c++c++11stlfunctorunary-function

Read More
How to implement a coroutine for applicative computations?...

javascriptfunctional-programmingmonadsfunctorapplicative

Read More
BackNext