aboutsummaryrefslogtreecommitdiff
path: root/module/srfi/srfi-64 (unfollow)
Commit message (Collapse)Author
2022-07-07Add srfi-64 util.Hugo Hörnquist
2022-06-13Remove custom let*.Hugo Hörnquist
While it was nice, the most important part was the multi-valued let from srfi-71 (which is implemented in srfi-71)). The minor pattern matching structures could often be replaced with car+cdr, or a propper match.
2022-03-07Replace Guile's srfi-64:s test-error with working version.Hugo Hörnquist
Along with updating now failing tests.