polterguy/lizzie

Map does not validate key-value pair iteration

Closed this issue · 2 comments

Functions.Map iterates over pairs of keys and values, but only validates that the key is valid. The enumeration might fail on the value.

I'll look at this on Saturday/Sunday

Fixed! (in repo)