add higher order functions to fold through Rope and TinyRope

This commit is contained in:
2024-03-24 10:06:26 +00:00
parent a7417d89af
commit c12aaea8c2
3 changed files with 131 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
# Brolib-sml
## Introduction
Standard ML port of [this](https://github.com/hummy123/brolib) rope implementation.
## Usage