2cl (pronounce "toccle") is a functional programming extension for C++
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 rivejä
153 B

  1. #pragma once
  2. #include "combinations/function.hpp"
  3. #include "combinations/compose.hpp"
  4. #include "combinations/tuple.hpp"
  5. #include "combinations/curry.hpp"