aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2024-12-08add some thought about error handlingKimplul
2024-12-07add a motivating caseKimplul
+ Hopefully it generalizes well, but at least it does use both lifetime and ownership intermixed
2024-12-06show usage for examplesKimplul
2024-12-05add note about functions as expressionsKimplul
2024-12-05add extra requirement for returns that I forgotKimplul
2024-12-04remove mention that there's only a `uniq` exampleKimplul
2024-12-04implement expression handling furtherKimplul
+ Add some notes about returning functions that I started thinking about as a result of the fib example
2024-12-03initial commitKimplul
+ Lots of code copied from ek, so didn't have to start from scratch, but might mean there are some quirks here and there that made sense in ek but not necessarily here.