-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add (Is)DecPreorder
to Relation.Binary.*
#2488
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to construct the DecPreorder
objects in the other higher Dec
bundles?
Otherwise, looks good!
Sigh... yes, we should. I haven't done one of these 'structural' PRs for a while... and they do give me a bit of a headache (eg wrt the UPDATED: latest commit attempts to add the additional fields... another set of eyes would be helpful! |
Sure |
So I think the ... UPDATED: tomorrow becomes today, and I think I've now finished my tasks. I'd welcome a re-review just to check, however! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This all looks good! Nice job on the inheritance!
Merging in as @JacquesCarette has already approved. |
Fixes #2482 (I hope).
UPDATED: DONE knock-on consequences for #2481 ... which prompted these additions in the first place!