rvarago / kitten

A small C++17 library inspired by Category Theory.
MIT License
15 stars 1 forks source link

Add first adapters: std::optional, std::deque, std::list, and std::vector #1

Closed rvarago closed 5 years ago

rvarago commented 5 years ago

feature: Add support for new adapter: std::deque, std::list, std::vector feature: Add support for new adapter: std::optional feature: Include combinators all at once via kitten.h Add a range-based version of std::copy docs: Add description about motivation for having functors and monads feature: Add free function bind for monad instances feature: Add free function fmap for functor instances