mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-23 10:00:58 -07:00
Fix proclamation of MAP-INTO
This commit is contained in:
parent
18516b53d7
commit
6be153a2af
1 changed files with 1 additions and 1 deletions
|
|
@ -890,7 +890,7 @@
|
|||
sequence :no-side-effects)
|
||||
(proclamation map (type-specifier function-designator sequence &rest sequence)
|
||||
sequence)
|
||||
(proclamation map-into (sequence function-designator sequence &rest sequence)
|
||||
(proclamation map-into (sequence function-designator &rest sequence)
|
||||
sequence)
|
||||
(proclamation reduce (function-designator sequence &key) t)
|
||||
(proclamation count (t sequence &key) sequence-index)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue