rvarago / kitten

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

Introduce multi-functors and add an instance for std::variant<T…> #4

Closed rvarago closed 5 years ago

rvarago commented 5 years ago

That can receive an overloaded set of functions and pick the right one based on the current type held by the alternative.