purescript / purescript-prelude

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

Remove array allocation and local array ffi from the Show instance for records #299

Closed ajnsit closed 2 years ago

ajnsit commented 2 years ago

Description of the change

Removes array allocation from the implementation of show for records, and also consequently, removes the need for local ffi implementations of array functions just to show records.


Checklist: