-
Notifications
You must be signed in to change notification settings - Fork 644
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 some "verified" implementations #4848
Open
nickdrozd
wants to merge
11
commits into
idris-lang:master
Choose a base branch
from
nickdrozd:implementations
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on May 24, 2020
-
Move Verified implementations to new file
This way a module can import Verified without importing implementations, avoiding circular dependencies in some cases. It would be nicer to put the implementations in with their types.
Configuration menu - View commit details
-
Copy full SHA for a986736 - Browse repository at this point
Copy the full SHA a986736View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f1610e - Browse repository at this point
Copy the full SHA 2f1610eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b4ac82 - Browse repository at this point
Copy the full SHA 4b4ac82View commit details -
Configuration menu - View commit details
-
Copy full SHA for be6621e - Browse repository at this point
Copy the full SHA be6621eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33bbca4 - Browse repository at this point
Copy the full SHA 33bbca4View commit details -
Move verified algebra interfaces to Control.Algebra
I was running into some weird import issues, and this seems to solve them. Interfaces.Verified as a module probably ought to be abolished, as it really isn't very useful as a grouping.
Configuration menu - View commit details
-
Copy full SHA for c0392c9 - Browse repository at this point
Copy the full SHA c0392c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5475b4 - Browse repository at this point
Copy the full SHA d5475b4View commit details -
Every cyclic group is abelian, so also replace AbelianGroup implementations with CyclicGroup implementations where possible.
Configuration menu - View commit details
-
Copy full SHA for 8872ba4 - Browse repository at this point
Copy the full SHA 8872ba4View commit details -
Make all abelian groups verified
AbelianGroup doesn't add anything syntactically, so there really isn't any point to maintaining the plain / verified split.
Configuration menu - View commit details
-
Copy full SHA for 602c5d2 - Browse repository at this point
Copy the full SHA 602c5d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for feedb9a - Browse repository at this point
Copy the full SHA feedb9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fd6d50 - Browse repository at this point
Copy the full SHA 0fd6d50View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.