-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor
Data.List.Relation.Binary.Permutation.*
, part I (#2333)
* move `steps` towards deprecation in `Homogeneous` * deprecate `steps`; refactor `Setoid` proofs and equaiotnal reasoning combinators * extensive refactoring * tidy up * add equivalence with `Setoid` representation * removed buggy `PermutationReasoning` syntax * refactored; removed buggy `PermutationReasoning` syntax * `CHANGELOG` * final fix-ups * tighten `import`s * tighten `import`s * redundant constructor aliases * fix-up `Reasoning` steps with the alias * use aliases * more `import` tightening * refactor: encapsulate and tighten up * avoid `PermutationReasoning` custom combinators * fix up `CHANGELOG` * encapsulate helper function * revert changes * review comments * `fix-whitespace` * toned down the comment on `steps` * remove use of infix `insert` * revert other deprecation * no need for qualification * remove deprecation banner * three paras of commentary on the new transitivity proofs * missing entry * missing terminator * response to review comments * `with` to `let` * fixed `BagAndSetEquality` * fixed qualified `import` bug introduced during merge conflict resolution * Update CHANGELOG.md Deleted spurious attribution of the lemmas in `Data.List.Properties` about `product` to `Data.List.Relation.Unary.All.Properties`. Hope this fixes things now! --------- Co-authored-by: MatthewDaggitt <[email protected]>
- Loading branch information
1 parent
d13d1ef
commit 45a46f7
Showing
7 changed files
with
551 additions
and
431 deletions.
There are no files selected for viewing
This file contains 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 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 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 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
Oops, something went wrong.