mirror of
https://github.com/fiddlerwoaroof/data-lens.git
synced 2025-11-08 10:16:32 +00:00
chore: remote-tracking branch 'gh/master'
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user