Commit 381b996
Fast-forward v2.0-release (branch) to v2.0 (tag) (#2856)
* Spellcheck CHANGELOG (#2167)
* spellcheck; `fix-whitespace`; unfixed: a few alignment issues; typo `predications` to `predicates` in `Relation.Unary.Relation.Binary.Equality`
* Fixed Agda version typo in README (#2176)
* Fixed in deprecation warning for `<-transˡ` (#2173)
* Bump Haskell CI (original!) to latest minor GHC versions (#2187)
* [fixes #2175] Documentation misc. typos etc. for RC1 (#2183)
* missing comma!
* corrected reference to `README.Design.Decidability`
* typo: capitalisation
* updated `installation-guide`
* added word to `NonZero` section heading
* Run workflows on any PR
* Add merge-group trigger to workflows
---------
Co-authored-by: MatthewDaggitt <[email protected]>
* [fixes #2178] regularise and specify/systematise, the conventions for symbol usage (#2185)
* regularise and specify/systematise, the conventions for symbol usage
* typos/revisions
* Move `T?` to `Relation.Nullary.Decidable.Core` (#2189)
* Move `T?` to `Relation.Nullary.Decidable.Core`
* Var name fix
* Some refactoring
* Fix failing tests and address remaining comments
* Fix style-guide
* Make decidable versions of sublist functions the default (#2186)
* Make decdable versions of sublist functions the default
* Remove imports Bool.Properties
* Address comments
* [ fix #1743 ] move README to `doc/` directory (#2184)
* [ admin ] dev playground
* [ fix #1743 ] move README to doc/ directory
* [ fix ] whitespace violations
* [ ci ] update to cope with new doc/ directory
* [ cleanup ] remove stale reference to travis.yml
* [ admin ] update README-related instructions
* [ admin ] fix build badges
* [ fix ] `make test` build
* Moved contents of notes/ to doc/
* Added CHANGELOG entry
---------
Co-authored-by: MatthewDaggitt <[email protected]>
* documentation: fix link to `installation-guide`, `README.agda`, `README.md`... (#2197)
* fix link to `installation-guide`
* catching another reference to `notes/`
* note on instance brackets
* `HACKING` guide
* added Gurmeet Singh's changes
* [ fix ] links in README.md
---------
Co-authored-by: Guillaume Allais <[email protected]>
* easy deprecation; leftover from `v1.6` perhaps? (#2203)
* fix Connex comment (#2204)
Connex allows both relations to hold, so the old comment was wrong.
* Add `Function.Consequences.Setoid` (#2191)
* Add Function.Consequences.Setoid
* Fix comment
* Fix re-export bug
* Finally fixed bug I hope
* Removed rogue comment
* More tidying up
* Deprecating `Relation.Binary.PropositionalEquality.isPropositional` (#2205)
* deprecating `isPropositional`
* tighten `import`s
* bumped Agda version number in comment
* definition of `Irreducible` and `Rough`; refactoring of `Prime` and `Composite` cf. #2180 (#2181)
* definition of `Irreducible`; refactoring of `Prime` and `Composite`
* tidying up old cruft
* knock-on consequences: `Coprimality`
* considerable refactoring of `Primality`
* knock-on consequences: `Coprimality`
* refactoring: no appeal to `Data.Nat.Induction`
* refactoring: renamed `SmoothAt` and its constructor; added pattern synonym; proved `Decidable Irreducible`; misc. tweaks
* knock-on consequences: `Coprimality`
* refactoring: removed `NonZero` analysis; misc. tweaks
* knock-on consequences: `Coprimality`; tightened `import`s
* knock-on consequences: `Coprimality`; tightened `import`s
* refactoring: every number is `1-rough`
* knock-on consequences: `Coprimality`; use of smart constructor
* refactoring: every number is `0-rough`; streamlining; inverse to `prime`; documentation
* attempt to optimise for a nearly-common case pseudo-constructor
* fiddling now
* refactoring: better use of `primality` API
* `Rough` is bounded
* removed unnecessary implicits
* comment
* refactoring: comprehensive shift over to `NonTrivial` instances
* refactoring: oops!
* tidying up: removed infixes
* tidying up: restored `rough⇒≤`
* further refinements; added `NonTrivial` proofs
* tidying up
* moving definitions to `Data.Nat.Base`
* propagated changes; many more explicit s required?
* `NonTrivial` is `Recomputable`
* all instances of `NonTrivial` now irrelevant; weird to need `NonTrivial 2` explicitly
* tidying up `Coprimality`, eg with `variable`s
* `NonTrivial` is `Decidable`
* systematise proofs of `Decidable` properties via the `UpTo` predicates
* explicit quantifier now in `composite≢`
* Nathan's simplification
* interaction of `NonZero` and `NonTrivial` instances
* divisor now a record field; final lemmas: closure under divisibility; plus partial `CHANGELOG` entries
* '(non-)instances' become '(counter-)examples'
* stylistics
* removed `k` as a variable/parameter
* renamed fields and smart constructors
* moved smart constructors; made a local definition
* tidying up
* refactoring per review comments: equivalence of `UpTo` predicates; making more things `private`
* tidying up: names congruent to ordering relation
* removed variable `k`; removed old proof in favour of new one with `NonZero` instance
* removed `recomputable` in favour of a private lemma
* regularised use of instance brackets
* made instances more explicit
* made instances more explicit
* blank line
* made `nonTrivial⇒nonZero` take an explicit argument in lieu of being able to make it an `instance`
* regularised use of instance brackets
* regularised use of instance brackets
* trimming
* tidied up `Coprimality` entries
* Make HasBoundedNonTrivialDivisor infix
* Make NonTrivial into a record to fix instance resolution bug
* Move HasNonTrivialDivisor to Divisibility.Core and hide UpTo lemmas
* Rearrange file to follow standard ordering of lemmas in the rest of the library
* Move UpTo predicates into decidability proofs
* No-op refactoring to curb excessively long lines
* Make a couple of names consistent with style-guide
* new definition of `Prime`
* renamed fundamental definition
* one last reference in `CHANGELOG`
* more better words; one fewer definition
* tidied up `Definitions` section; rejigged order of proofs of properties to reflect definitional order
* refactored proof of `prime⇒irreducible`
* finishing touches
* missing lemma from irrelevant instance list
* regularised final proof to use `contradiction`
* added fixity `infix 10`
* added fixity `infix 10`; made `composite` a pattern synonym; knock-on improvements
* comprehensive `CHNAGELOG` entry; whitespace fixes
* Rename 1<2+ to sz<ss
* Rename hasNonTrivialDivisor relation
* Updated CHANGELOG
---------
Co-authored-by: MatthewDaggitt <[email protected]>
* [fixes #2168] Change names in `Algebra.Consequences.*` to reflect `style-guide` conventions (#2206)
* fixes issue #2168
* added more names for deprecation, plus `hiding` them in `Propositional`
* Add biased versions of Function structures (#2210)
* Fixes #2166 by fixing names in `IsSemilattice` (#2211)
* Fix names in IsSemilattice
* Add reference to changes to Semilattice to CHANGELOG
* remove final references to `Category.*` (#2214)
* Fix #2195 by removing redundant zero from IsRing (#2209)
* Fix #2195 by removing redundant zero from IsRing
* Moved proofs eariler to IsSemiringWithoutOne
* Updated CHANGELOG
* Fix bug
* Refactored Properties.Ring
* Fix renaming
* Fix #2216 by making divisibility definitions records (#2217)
* Fix #2216 by making divisibility definitions records
* remove spurious/ambiguous `import`
---------
Co-authored-by: jamesmckinna <[email protected]>
* Fix deprecated modules (#2224)
* Fix deprecated modules
* [ ci ] Also build deprecated modules
* [ ci ] ignore user warnings in test
* [ ci ] fix filtering logic
Deprecation and safety are not the same thing
---------
Co-authored-by: Guillaume Allais <[email protected]>
* Final admin changes for v2.0 release (#2225)
* Final admin changes for v2.0 release
* Fix Agda versions
---------
Co-authored-by: jamesmckinna <[email protected]>
Co-authored-by: Andreas Abel <[email protected]>
Co-authored-by: MatthewDaggitt <[email protected]>
Co-authored-by: G. Allais <[email protected]>
Co-authored-by: Jesin <[email protected]>
Co-authored-by: jamesmckinna <[email protected]>
Co-authored-by: Alex Rice <[email protected]>1 parent a7d2302 commit 381b996
File tree
133 files changed
+2147
-1227
lines changed- .github
- tooling
- workflows
- dev
- doc
- README
- Data
- Container
- Fin
- Relation/Unary
- Substitution
- List
- Relation
- Binary
- Ternary
- Unary
- Nat
- Tree
- Trie
- Vec/Relation/Binary/Equality
- Debug
- Design
- Foreign
- Function
- Reflection
- Relation/Binary
- Tactic
- Text
- src
- Algebra
- Consequences
- Construct
- Definitions
- Lattice
- Properties
- BooleanAlgebra
- Structures
- Morphism
- Operations
- Properties
- Magma
- Structures
- Data
- Bool
- Fin/Substitution
- Integer
- List
- Relation
- Binary
- Unary/Unique/DecSetoid
- Nat
- Binary
- Divisibility
- Parity
- Product/Function/Dependent
- Rational
- Unnormalised
- String
- Vec
- Effect
- Function
- Consequences
- Construct
- Properties
- Structures
- Relation
- Binary
- Construct
- Closure
- NaturalOrder
- Nullary
- Decidable
- Unary
- Text
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
133 files changed
+2147
-1227
lines changedFile renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 75 | + | |
| 76 | + | |
81 | 77 | | |
82 | 78 | | |
83 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
154 | 162 | | |
155 | | - | |
| 163 | + | |
156 | 164 | | |
157 | 165 | | |
| 166 | + | |
158 | 167 | | |
159 | 168 | | |
160 | 169 | | |
| |||
177 | 186 | | |
178 | 187 | | |
179 | 188 | | |
180 | | - | |
181 | | - | |
| 189 | + | |
182 | 190 | | |
183 | 191 | | |
184 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
48 | 49 | | |
49 | | - | |
| 50 | + | |
50 | 51 | | |
51 | | - | |
52 | | - | |
| 52 | + | |
| 53 | + | |
53 | 54 | | |
54 | | - | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
58 | 59 | | |
59 | | - | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
97 | | - | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
| |||
138 | 137 | | |
139 | 138 | | |
140 | 139 | | |
141 | | - | |
| 140 | + | |
142 | 141 | | |
143 | 142 | | |
144 | 143 | | |
| |||
167 | 166 | | |
168 | 167 | | |
169 | 168 | | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | 169 | | |
183 | 170 | | |
184 | 171 | | |
| |||
230 | 217 | | |
231 | 218 | | |
232 | 219 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | 220 | | |
237 | 221 | | |
238 | 222 | | |
| |||
0 commit comments