Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zawlinnnaing/monads-in-go

Monads implementation in Golang. Just trying out my knowledge.
https://github.com/zawlinnnaing/monads-in-go

Last synced: about 14 hours ago
JSON representation

Monads implementation in Golang. Just trying out my knowledge.

Awesome Lists containing this project

README

        

# Monads in Golang

Monads implementation in Golang according to my understanding. Following three monads are included.

- Maybe
- List
- Identity

Reference article: https://curiosity-driven.org/monads-in-javascript