kimtg / arcadia

An implementation of the Arc programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Function map incorrectly implemented

nixxon opened this issue · comments

For input expression (map (fn (x) x) (list 1 2 nil 3)) function map incorrectly returns (1 2) instead of (1 2 nil 3).

fixed in v0.18.4