-
Notifications
You must be signed in to change notification settings - Fork 246
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
committed changes as per Issue #1589 #1592
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.
Otherwise, this is looking really good.
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.
Thanks, looks like a great first PR! I've got a few minor niggly style comments, but apart from those looks great!
I have pushed the changes to my local repo; how do I now add them to the PR. or is this automagically done? |
Automatically done, anything you push to the branch in your local repo gets added here 👍 |
OK, cool. But did I catch every snag? I guess I'll find out... :-) |
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.
A rogue code snippets left, but other than that looks great to me! I usually leave PRs up for approximately 7 days to give more people the chance to comment even if they're busy. After that, I'll merge it in 👍
…for documentation/argument order shenanigans
Added new proof to `Data.Vec.Properties`
We should probably pick fixities for these new definitions. The left/right associativity |
See |
No more comments so merging in, thanks @jamesmckinna 👍 |
New names in
Data.Fin.Base
, as discussed.Knock-on consequences for
Data.Fin.*
Data.Vec.*
, as discussed.Passes fix-whitespace and GenerateEverything tests.
Old definitions not deleted, only deprecated.
Deprecate warning notices added.
CHANGELOG.md updated.