summaryrefslogtreecommitdiff
path: root/src/example/java
AgeCommit message (Collapse)Author
2022-09-16Adjust a few thingsBen Culkin
2020-12-01An assortment of changesBen Culkin
2020-11-21Add a basic fixpoint functionBen Culkin
This adds a 'fixpoint' function which allows you to create recursive lambda functions more easily
2020-11-08Do some cleanup of thingsBen Culkin
2020-11-08Import an example for BinarySearchTreeBen Culkin