Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libsteve/fundament
My own personal Swift "Prelude" library, complete with all my favorite niceties.
https://github.com/libsteve/fundament
Last synced: 15 days ago
JSON representation
My own personal Swift "Prelude" library, complete with all my favorite niceties.
- Host: GitHub
- URL: https://github.com/libsteve/fundament
- Owner: libsteve
- Created: 2017-07-16T22:53:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-16T23:10:19.000Z (over 7 years ago)
- Last Synced: 2024-11-06T07:29:08.608Z (2 months ago)
- Language: Swift
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Fundament
My own personal Swift "Prelude" library, complete with all my favorite niceties.
## Features
- `Either` type
- `reduce()` on `Optional`
- Functional Optics
- `Lens`
- `Prism`
- `Traversal`
- `Isomorph`
- compositon with all optics types
- use `KeyPath`s as lenses