summaryrefslogtreecommitdiff
path: root/src/test/java/bjc
AgeCommit message (Collapse)Author
2024-07-01Add some missing annotationsBenjamin Culkin
2023-10-25Tweak for new setupbjculkin
Also, add some tests for Context
2022-10-08Add a whole bunch of OpticsBen Culkin
This adds a whole bunch of types/functions related to optics. With this batch, I've mainly gone for the concrete representation types, instead of var Laarhoven or profunctor representations. The concrete ones require less infrastructure, though they are not as easy to compose There's also a number of misc. things in here
2022-09-16Adjust a few thingsBen Culkin
2022-08-16Update iterator capabilitiesBen Culkin
2022-07-26Minor cleanupsBen Culkin
2022-07-26Restructure a bitBen Culkin
2021-03-13Update documentationBen Culkin
2021-02-26UpdateBen Culkin
2020-12-14Fix failing testsBenjamin J. Culkin
2020-12-14Implement NestListBen Culkin
NestList is a recursive list structure, inspired by the way lists work in Rakudo (formerly Perl 6).
2020-12-03Rename types to match Java styleBen Culkin
This renames several interfaces that had names like IWhatever, since that isn't a style that Java uses
2020-12-01An assortment of changesBen Culkin
2020-11-21Change IMap to use Optional, not exceptionsBen Culkin
IMap now returns optionals, instead of throwing an exception
2020-11-21Fix another failing test...Ben Culkin
2020-11-21Fix failing testBen Culkin
2020-11-17Add some tests for IMap/FunctionalMapBen Culkin
2020-11-15Add MinMaxList data typeBen Culkin
This is a list wrapper that automatically tracks the minimum/maximum element currently in the list
2020-11-08Add some additional testsBen Culkin
2020-11-08Add test for IDBen Culkin
2020-10-27Fix test issueBen Culkin
2020-10-20Add additional testsBen Culkin
Clean up the tests for BooleanToggle, and add a basic test for Either
2020-04-14Cleanup some warnings and stuffBen Culkin
2020-04-13Cleanup passBen Culkin
Pass to do some cleanups
2020-04-06Cleanup some warningsBen Culkin
Cleanup some warnings
2019-07-27More stack testsbculkin2442
2019-07-10General improvements to stackbculkin2442
2019-07-02Move tests to new packagebculkin2442