ndmitchell / record-dot-preprocessor

A preprocessor for a Haskell record syntax using dot
Other
129 stars 19 forks source link

Cover few more corner-cases of impossible fields #55

Open avnik opened 1 year ago

avnik commented 1 year ago

We can't generate instances for constrained fields, and for more cases for existentials.

Also fix build on 9.2 (collective effort with @kana-sama)

avnik commented 1 year ago

Well, still be WIP, 9.2/8.10 still be broken

avnik commented 1 year ago

@ndmitchell it works (but with some more ifdefs) tell me, if I need move function to Compat

ndmitchell commented 1 year ago

Sorry, I somewhat missed this. Can you rebase? I think there is some work to already build with 9.2?