-
Notifications
You must be signed in to change notification settings - Fork 248
Some lemmata for non-empty lists #2730
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
pmbittner
wants to merge
34
commits into
agda:master
Choose a base branch
from
pmbittner:non-empty-list
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.
+123
−4
Open
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
c6da092
[add]: map-id for Data.List.NonEmpty
pmbittner e5ac9d9
[changelog]: map-id for Data.List.NonEmpty
pmbittner dff840d
[add]: some lemmata for ⁺++⁺ of Data.List.NonEmpty
pmbittner ac94640
[changelog]: some lemmata for ⁺++⁺
pmbittner a4d2bdb
[add]: ∷→∷⁺ and ∷⁺→∷
pmbittner 8141130
[changelog]: ∷→∷⁺ and ∷⁺→∷
pmbittner b92bc58
[add]: ⁺++⁺-assoc for Data.List.NonEmpty
pmbittner f308aeb
[changelog]: ⁺++⁺-assoc for Data.List.NonEmpty
pmbittner 7870a46
[add]: ⁺++⁺-cancelˡ for Data.List.Empty
pmbittner 5d295c8
[changelog]: ⁺++⁺-cancelˡ for Data.List.Empty
pmbittner aeaa101
[add]: ⁺++⁺-cancelʳ for Data.List.Empty
pmbittner 27eb80f
[changelog]: ⁺++⁺-cancelʳ for Data.List.Empty
pmbittner ba58b75
[add]: ⁺++⁺-cancel for Data.List.NonEmpty
pmbittner 2170c80
[changelog]: ⁺++⁺-cancel for Data.List.NonEmpty
pmbittner 71d1c8c
[add]: map-⁺++⁺
pmbittner d232bb7
[changelog]: map-⁺++⁺
pmbittner 84a8470
[changelog] remove implicit args in List.NonEmpty
pmbittner 5a5219a
[changelog]: style adaptions for List.NonEmpty
pmbittner ac3603c
[add]: length-++-≤ in Data.List.Properties
pmbittner 6592e8b
[changelog]: length-++-≤ in Data.List.Properties
pmbittner 3ee0527
[refactor] avoid rewrite in length-⁺++⁺-≤
pmbittner 3f93c6c
[add]: length-++-sucˡ, length-++-sucʳ
pmbittner d2fccba
[changelog]: length-++-sucˡ, length-++-sucʳ
pmbittner 18a4366
[refactor]: rename length-++-≤ to length-++-≤ˡ
pmbittner 20fd595
[refactor]: anon. modules Data.List.Properties
pmbittner c868134
[refactor]: move length-++ theorems
pmbittner 4f0a5ea
[add]: length-++-comm
pmbittner a9827e6
[changelog]: length-++-comm
pmbittner 1274d6a
[add]: length-++-≤ʳ
pmbittner 843eef9
[changelog]: length-++-≤ʳ
pmbittner 726883b
[add]: length-⁺++⁺-≤ʳ
pmbittner 0a9db06
[changelog]: length-⁺++⁺-≤ʳ
pmbittner 8669bad
[add]: length-⁺++⁺-comm
pmbittner 15abb26
[changelog]: length-⁺++⁺-comm
pmbittner 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
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.
Very minor but can we have an empty line between this lemm and the section heading?