Skip to content

Commit

Permalink
Implement zipWithImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
anttih committed Oct 28, 2023
1 parent 6afaf18 commit 5b4f17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Array.ss
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@

(define zipWithImpl
(lambda (f xs ys)
(error #f "zipWithImpl not implemented")))
(srfi:214:flexvector-map (lambda (x y) ((f x) y)) xs ys)))

;;------------------------------------------------------------------------------
;; Folding ---------------------------------------------------------------------
Expand Down

0 comments on commit 5b4f17a

Please sign in to comment.