| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-14 | Fix failing tests | Benjamin J. Culkin | |
| 2020-12-14 | Implement NestList | Ben Culkin | |
| NestList is a recursive list structure, inspired by the way lists work in Rakudo (formerly Perl 6). | |||
| 2020-12-03 | Rename types to match Java style | Ben Culkin | |
| This renames several interfaces that had names like IWhatever, since that isn't a style that Java uses | |||
| 2020-12-01 | An assortment of changes | Ben Culkin | |
| 2020-11-21 | Change IMap to use Optional, not exceptions | Ben Culkin | |
| IMap now returns optionals, instead of throwing an exception | |||
| 2020-11-21 | Fix another failing test... | Ben Culkin | |
| 2020-11-21 | Fix failing test | Ben Culkin | |
| 2020-11-17 | Add some tests for IMap/FunctionalMap | Ben Culkin | |
| 2020-11-15 | Add MinMaxList data type | Ben Culkin | |
| This is a list wrapper that automatically tracks the minimum/maximum element currently in the list | |||
| 2020-11-08 | Add some additional tests | Ben Culkin | |
| 2020-11-08 | Add test for ID | Ben Culkin | |
| 2020-10-27 | Fix test issue | Ben Culkin | |
| 2020-10-20 | Add additional tests | Ben Culkin | |
| Clean up the tests for BooleanToggle, and add a basic test for Either | |||
| 2020-04-14 | Cleanup some warnings and stuff | Ben Culkin | |
| 2020-04-13 | Cleanup pass | Ben Culkin | |
| Pass to do some cleanups | |||
| 2020-04-06 | Cleanup some warnings | Ben Culkin | |
| Cleanup some warnings | |||
| 2019-07-27 | More stack tests | bculkin2442 | |
| 2019-07-10 | General improvements to stack | bculkin2442 | |
| 2019-07-02 | Move tests to new package | bculkin2442 | |
