2cl (pronounce "toccle") is a functional programming extension for C++
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
|
- #pragma once
- #include "combinations/function.hpp"
- #include "combinations/compose.hpp"
- #include "combinations/tuple.hpp"
- #include "combinations/curry.hpp"
|