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

https://github.com/brglng/cpp-monad

Naive implementation of Monad in C++11
https://github.com/brglng/cpp-monad

Last synced: 9 months ago
JSON representation

Naive implementation of Monad in C++11

Awesome Lists containing this project

README

          

# cpp-monad
Naive implementation of Monad in C++. An almost complete implementation of
`std::optional` for C++11 is also included.