libfn / functional

Extending C++ library for functional programming
ISC License
60 stars 8 forks source link

Add simple examples for filter #26

Closed godexsoft closed 8 months ago

godexsoft commented 8 months ago

Fixes #21

It was easier to add separate examples for filter rather than trying to fit it into the bigger example. Filter would logically replace the first and_then but we don't want to lose and_then in the example. Let me know if you prefer a slightly more artificial example but one that uses all the monadic operations in one pipeline.