#readwise
# Applicative combinations of functions

## Metadata
- Author: [[Mark Seemann]]
- Full Title: Applicative combinations of functions
- URL: https://blog.ploeh.dk/2018/10/22/applicative-combinations-of-functions/
## Highlights
- you may have already noticed that while the left side of the `<*>` operator is a list of functions, it contains only a single function. What happens if you supply more than a single function?
You get a combination of each function and each list element. ([View Highlight](https://read.readwise.io/read/01gvszggajba52mbrb77ber0e6))