purescript-foreign icon indicating copy to clipboard operation
purescript-foreign copied to clipboard

fix: readArray function -> `TypeMismatch "array"` should be `TypeMism…

Open srghma opened this issue 5 years ago • 1 comments

…atch "Array"` because all other error messages start with capital letter

srghma avatar Dec 12 '19 16:12 srghma

Attempt to coerce a foreign value to an array.

This is consistent with the documentation though, so perhaps it was done on purpose?

kl0tl avatar Dec 21 '20 13:12 kl0tl