@ekaitz_zarraga Nope, because streams live in a separate library, with their very own monomorphpic ‘stream-map’. :-)
Conversation
Notices
-
Ludovic Courtès (civodul@toot.aquilenet.fr)'s status on Monday, 05-Jul-2021 18:39:17 CEST Ludovic Courtès
-
kooda@merveilles.town's status on Monday, 05-Jul-2021 23:56:48 CEST Kooda
@ekaitz_zarraga No :( The best you can do easily is transform one of the type to the other first.Maybe something is possible with the generators SRFI? Make a generator out of both the stream and the list, and use the generator map on them?
-