purescript-foreign
purescript-foreign copied to clipboard
fix: readArray function -> `TypeMismatch "array"` should be `TypeMism…
…atch "Array"` because all other error messages start with capital letter
Attempt to coerce a foreign value to an array.
This is consistent with the documentation though, so perhaps it was done on purpose?