A small C++17 library inspired by Category Theory.
This is a small header-only library with some machinery meant to extend the already great STL with some concepts obtained from Category Theory, such as functors and monads, in order to make the composition of some C++ type constructors even simpler.
This is a small header-only library with some machinery meant to extend the already great STL with some concepts obtained from Category Theory, such as functors and monads, in order to make the composition of some C++ type constructors even simpler.
To install kitten, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kitten
To see what files were installed by kitten, run:
port contents kitten
To later upgrade kitten, run:
sudo port selfupdate && sudo port upgrade kitten
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.