-
Notifications
You must be signed in to change notification settings - Fork 247
[fixes #1214] Add negated ordering relation symbols systematically to Relation.Binary.*
#2095
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
72fb46f
choosing precedence = 4
jamesmckinna ba82a9d
knock-on changes
jamesmckinna 568ffc3
knock-on changes
jamesmckinna 3e022d6
refactored `Poset` to rename field from `Preorder`
jamesmckinna cfb537a
further propagation of the negated relations
jamesmckinna e7d0179
now the relations are definitionally equal
jamesmckinna b38f78e
fix-whitespace
jamesmckinna d16f453
one more knock-on import change
jamesmckinna 80b71b7
`TotalOrder` now exports `_≱_`
jamesmckinna 8c8fdf6
`Properties.Poset` now uses (renamed) `_≰_`
jamesmckinna 593ee3d
much more extensive documentation
jamesmckinna 5f1cbe9
replaced negated relation by its definitional equivalent
jamesmckinna 91ac637
`inverse` should be `converse`
jamesmckinna 1d8dd80
revised deprecations
jamesmckinna ae4be25
removed redundant `private` block
jamesmckinna 6ba0381
revised deprecation strategy, again
jamesmckinna 5575ab4
revised forward pointer to issues #2096 #2098
jamesmckinna b730e8d
cosmetic symbol change, plus updated `CHANGELOG` to describe it
jamesmckinna 3fb6e33
Merge branch 'master' into issue1214
jamesmckinna 4b52284
revised `CHANGELOG` after merge of #2114
jamesmckinna a8a8162
Merge branch 'master' into issue1214
jamesmckinna ec79e09
further revised `CHANGELOG` after merge of #2114
jamesmckinna d4f2c79
further revised `CHANGELOG` after merge of #2099; erroneous prior com…
jamesmckinna 3a354cf
further revised `CHANGELOG` after merge of #2099
jamesmckinna 6fd62b0
further revised `CHANGELOG`: fixing notational errors
jamesmckinna d098a68
Merge branch 'master' into issue1214
jamesmckinna 82f00dc
removed one extraneous `CHANGELOG` note
jamesmckinna 8eb7271
removed one more extraneous `CHANGELOG` note
jamesmckinna 1aaae22
removed one more extraneous `CHANGELOG` note
jamesmckinna cf720b3
removed one more extraneous `CHANGELOG` note: forward pointer to #2098
jamesmckinna c520340
removed one more extraneous `CHANGELOG` note: forward pointer to #2098
jamesmckinna dfc76ed
removed one more extraneous `CHANGELOG` note: NB
jamesmckinna c9e7010
removed one more extraneous `CHANGELOG` note: NB; plus relocated text
jamesmckinna 976a1d6
removed one more extraneous `CHANGELOG` note: deprecation
jamesmckinna 47bd7a8
Remove deprecations in Property files
MatthewDaggitt 834ed4e
Fix DecTotalOrder
MatthewDaggitt 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
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
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.
Why are we not mentioning
_≮_
here?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.
Do you mean
\<~n
? Because it was never used in the library before #2099 introduced it as the symbol forPreorder
. But I can do so if you think it adds additional force?This is one of those cases where I didn't account for behaviour that was only introduced in v2.0 (indeed, only a few days after I wrote this
CHANGELOG
entry... and now, o ly another few days after the not-mentioned symbol even got merged into the library!)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.
Just to check: I was confused by your original question, because I do mention
_≮_
here... so I (perhaps mistakenly) presumed you had meant to type an their symbol. Could you restate the question please, so that I can better see the drift of it? Sorry to be obtuse!