lumikalt / combinators

Impls for some FP combinators in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Combinators

Introduction

My attempt at writting the different combinators, using the names of birds.
Sadly, you should be able to pass functions themselves into combinators' functions arguments,to compose those functions, but C++ doesn't allow to construct such a thing (at least easily?)


@ Lumi Kalt, 2022

About

Impls for some FP combinators in C++

License:The Unlicense


Languages

Language:C++ 100.0%