-
Notifications
You must be signed in to change notification settings - Fork 247
[Add] Consequences of associativity for Semigroup
s
#2688
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
Open
jmougeot
wants to merge
32
commits into
agda:master
Choose a base branch
from
jmougeot:semigroup
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
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
0fc076f
Adds reasonig combinator for semigroup
jmougeot 3399c61
Adds reasonig combinator for semigroup
jmougeot 90fe273
Adds reasonig combinator for semigroup
jmougeot ef3282f
Adds reasonig combinator for semigroup
jmougeot 63e88cc
Add some more missing reasoning combinators
jmougeot bb7ce15
add module Extends
jmougeot 885d7a0
rename SemiGroup to Semigroup
jmougeot ad54a5b
fix-whitespace
jmougeot 2b511c2
Update CHANGELOG.md
jmougeot 8151123
New names
jmougeot 2361b40
improve syntx
jmougeot 503c693
fix-whitespace
jmougeot 0d5c9ed
Name changes
jmougeot 1a67eb9
Names change
jmougeot 002cfad
Space
jmougeot a47bcc5
Proof of assoc with PUshes and Pulles
jmougeot ca9f576
Proof of assoc with PUshes and Pulles
jmougeot e07f81b
white space
jmougeot 86b06e0
Update src/Algebra/Properties/Semigroup/Reasoning.agda
jmougeot 7b72ff2
Reasoning to Semigroup and explicit variables
jmougeot 13b5f0e
fix bug
jmougeot f58aceb
space
jmougeot 74607d5
Update src/Algebra/Properties/Semigroup.agda
jmougeot e3b2550
Update CHANGELOG.md
jmougeot e63afbd
Update src/Algebra/Properties/Semigroup.agda
jmougeot b2bfa03
Update src/Algebra/Properties/Semigroup.agda
jmougeot 14224b9
Update src/Algebra/Properties/Semigroup.agda
jmougeot 76b6637
Update src/Algebra/Properties/Semigroup.agda
jmougeot 06af327
Update src/Algebra/Properties/Semigroup.agda
jmougeot a22f97d
variables
jmougeot 1283b57
update CHANGELOG
jmougeot e1304da
Explicit varaibles
jmougeot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
Need to insert here all the new names, once we have (eventually) agree them...
etc.