froggey / Mezzano

An operating system written in Common Lisp
MIT License
3.52k stars 188 forks source link

MAP accepts classes as result types #177

Closed scymtym closed 3 years ago

scymtym commented 3 years ago

Before this change, map signaled an error on code like (map (class-of #1=#(1 2)) #'1+ #1#) since it did not expect the result type to be a class (which is a type designator).