agrafix / superrecord

Haskell: Supercharged anonymous records
BSD 3-Clause "New" or "Revised" License
83 stars 16 forks source link

Export 'unsafeRNil' and 'unsafeRCons' #22

Closed neongreen closed 5 years ago

neongreen commented 5 years ago

I started implementing my own RecJsonParse for a different typeclass and found out that I couldn't do that in the same efficient way that the "official" RecJsonParse is implemented.

agrafix commented 5 years ago

Thanks!