An open API service indexing awesome lists of open source software.

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

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