Age | Commit message (Expand) | Author |
---|---|---|
2022-03-10 | Rename the delete verb of map-alist to remove....The delete verb of map-alist somehow interacts with the delete function from (srfi srfi-1), and I'm not able to figure out how. It is simpler to just rename the delete verb to remove. * dump/utils.scm: Do not rename the delete function from (srfi srfi-1). (map-alist): Rename the delete verb to remove. * tests.scm ("map-alist docstring example"): Update test. | Arun Isaac |
2021-12-16 | Add tests....* tests.scm: New file. | Arun Isaac |