summaryrefslogtreecommitdiffstats
path: root/map.sml
AgeCommit message (Collapse)AuthorFilesLines
2023-02-10Re-implement map.Rose Hogenson1-109/+168
I stole Haskell's map, and I read a paper.
2022-09-11Fix some style issues in map.sml.Rose Hogenson1-21/+21
2022-09-08As is the tradition, start with a red-black tree.Rose Hogenson1-0/+135
I probably won't touch this repo again for a year.