This is a draft for a pitch about adding functional types to the standard library. I guess the name of the proposal might change, but the general idea is to collect useful functional combinators, or maybe containers, and to add them to the Standard library.
For now I see 2 main candidates:
- Lens
- Either
Secondary candidates:
- Box (A container class, providing reference semantics to values)
Related stuff:
Enum composition pitch
Draft proposal
pointfree/swift-prelude