https://github.com/tim-smart/go-fp
Functional monads and helpers for go
https://github.com/tim-smart/go-fp
Last synced: about 1 year ago
JSON representation
Functional monads and helpers for go
- Host: GitHub
- URL: https://github.com/tim-smart/go-fp
- Owner: tim-smart
- Created: 2022-03-23T04:24:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T01:00:14.000Z (about 4 years ago)
- Last Synced: 2025-02-14T09:24:33.710Z (over 1 year ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-fp
Functional programming for Go
Includes:
- `Pipe` and `Flow`, for composing functions together
- `Option` type for optional values
- `Either` type for representing operations that can fail