chore: remote-tracking branch 'gh/master'

This commit is contained in:
Edward Langley
2025-06-28 15:02:08 -07:00
3 changed files with 13 additions and 6 deletions

View File

@ -56,8 +56,10 @@
CONSTRAINT: SEQ should be copied, not modified"))
(declaim (inline exit-early))
(defun exit-early (acc)
(throw 'done acc))
(declaim (notinline exit-early))
(defun transduce (xf build seq)
(let* ((xf (etypecase xf