rawr icon indicating copy to clipboard operation
rawr copied to clipboard

Anonymous extensible records and variant types

Results 6 rawr issues
Sort by recently updated
recently updated
newest added

Commented out the test suite that depends on ghc-datasize package because that package is broken.

[The documentation says](https://hackage.haskell.org/package/rawr-0.0.0.1/docs/Data-Rawr.html#g:3) that "records with up to 8 fields are supported". I have couple questions about that: 1. Is it possible to give a better error message when you...

Hi, what do you think about incurring an `aeson` dependency for ToJSON/FromJSON instances for R1, R2, etc? Alternatively, how about a `.Internal` module that exposes all the innards. That way,...

I'm not sure it's even possible to fix this but you'll notice that when defining a record with function types, you must use parenthesis like this: ```haskell type MyRec =...

Some changes like record updates have gone in since the last release on hackage. Are there any pending changes, testing required before the new changes are released to hackage? It...