Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 179 Bytes

apply-list-functions.md

File metadata and controls

9 lines (5 loc) · 179 Bytes

Apply a list of functions to an argument

Apply a list of functions to an argument, generating a list of the results :

    ((juxt inc dec (partial * 3)) 4)