Applicative functor

In functional programming, an applicative functor, or an applicative for short, is an intermediate structure between functors and monads. Applicative functors allow for functorial computations to be sequenced (unlike plain functors), but don't allow using results from prior computations in the definition of subsequent ones (unlike monads).

Source: Wikipedia — Applicative functor (CC BY-SA 4.0)

Applicative functor

In functional programming, an applicative functor, or an applicative for short, is an intermediate structure between functors and monads. Applicative functors allow for functorial computations to be sequenced (unlike plain functors), but don't allow using results from prior computations in the definition of subsequent ones (unlike monads).

Source: Wikipedia "Applicative functor" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy