purescript / purescript-record

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

Add merge flipped #83

Open sigma-andex opened 2 years ago

sigma-andex commented 2 years ago

Description of the change

Add mergeFlipped and // infix operator.

Solves #84

Checklist:

i-am-the-slime commented 2 years ago

Could we please // this into the master branch?

sigma-andex commented 2 years ago

I'm not sure about the precedence of the infix operator, so if this could/should be a lower precedence.

sigma-andex commented 2 years ago

🏓 @JordanMartinez