summaryrefslogtreecommitdiff
path: root/src/example
AgeCommit message (Collapse)Author
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