Applicative functor
From HaskellWiki
(Difference between revisions)
(Created placeholder page with minimal explanation and pointer) |
m (Category) |
||
| Line 1: | Line 1: | ||
| + | [[Category:Glossary]] | ||
An applicative functor has more structure than a [[functor]] but less than a [[monad]]. See the Haddock docs for [http://www.haskell.org/ghc/docs/latest/html/libraries/base/Control-Applicative.html <hask>Control.Applicative</hask>]. | An applicative functor has more structure than a [[functor]] but less than a [[monad]]. See the Haddock docs for [http://www.haskell.org/ghc/docs/latest/html/libraries/base/Control-Applicative.html <hask>Control.Applicative</hask>]. | ||
Revision as of 21:22, 15 June 2007
An applicative functor has more structure than a functor but less than a monad. See the Haddock docs for <div class="inline-code">Control.Applicative
