Skip to content
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

Cleaning up Data.Integer.Properties #146

Merged
merged 4 commits into from
Jul 3, 2017
Merged

Cleaning up Data.Integer.Properties #146

merged 4 commits into from
Jul 3, 2017

Conversation

MatthewDaggitt
Copy link
Contributor

@MatthewDaggitt MatthewDaggitt commented Jun 28, 2017

I've moved properties from Data.Integer.Addition.Properties and Data.Integer.Multiplication.Properties to Data.Integer.Properties and marked both as deprecated. They both re-export the old properties as before to hopefully eliminate any backwards compatibility issues. This is pretty much identical to what's already been done with Data.Nat.Properties.Simple and helps make sure that the layout of Integer mirrors the other numeric datatypes (e.g. Nat, Bin) etc.

Additionally I've moved all the useful private proofs in Data.Integer.Properties into public scope.

This also prepares for the changes needed to address issues #1 and #21

…teger.Multiplication.Properties` to `Data.Integer.Properties` and deprivatised `Data.Integer.Properties`
@MatthewDaggitt MatthewDaggitt merged commit 1695680 into agda:master Jul 3, 2017
@MatthewDaggitt MatthewDaggitt deleted the improving-DataIntegers branch July 3, 2017 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant