purescript / purescript-prelude

The PureScript Prelude
BSD 3-Clause "New" or "Revised" License
161 stars 88 forks source link

Add Array instance test #279

Open kamoii opened 2 years ago

kamoii commented 2 years ago

Description of the change

Adds few test for Array instances. Since these instance are implemented by ffi, tests would be usefull for testing alternative backends.


Checklist:

kamoii commented 2 years ago

Added test for Record.Unsafe too.