purescript / purescript-record

Functions for working with records and polymorphic labels
BSD 3-Clause "New" or "Revised" License
70 stars 31 forks source link

Implement `rsequence` #23

Closed zyla closed 3 years ago

zyla commented 6 years ago

A function similar to Data.Traversable.sequence, but operating on heterogenous records instead of homogenous containers.

JordanMartinez commented 3 years ago

I'm guessing our response here will be similar to #22?

zyla commented 3 years ago

This is already implemented in record-extra, so closing.