Commit 18f001c
Add bundled homomorphisms (#2383)
* Bundle `Algebra.Morphism`s
* more bundles!
* `RingWithoutOne` now exports a `RawRingWithoutOne` field
* disambiguation error when trying to add `RingWithoutOneHomomorphism` record
* FIXED: disambiguation error when trying to add `RingWithoutOneHomomorphism`
* add `rawKleeneAlgebra`
* add `KleeneAlgebra`, `Quasigroup`, and `Lopp` homomorphisms
* add bundled `Identity` homomorphisms
* avoid name clash: remove `open`ing of sub-homomorphism bundles
* add bundled `Composition` of homomorphisms
* more exported sub-bundles
* removed redundant anonymous `module`s
* removed redundant anonymous `module`s
* add `isNearSemiring` to `IsRingWithoutOne` plus knock-on re-exports
* add `nearSemiring` to `RingWithoutOne` plus knock-on re-exports
* add `rawNearSemiring` to `RingWithoutOne` plus knock-on re-exports
* lots more exported sub-structures and sub-bundles
* fix bug: restrict exports
* lots more exported sub-structures and sub-bundles
* refactor: `RawX` parameterisation
* knock-on: `Identity` takes a full `Bundle`
* tighten imports
* knock-on: `Composition` takes full `Bundle`s
* `CHANGELOG`
* `fix-whitespace`
* fix `CHANGELOG`
* update `CHANGELOG`
---------
Co-authored-by: MatthewDaggitt <matthewdaggitt@gmail.com>1 parent dca8857 commit 18f001c
8 files changed
Lines changed: 751 additions & 39 deletions
File tree
- src/Algebra
- Bundles
- Morphism
- Construct
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
| |||
140 | 145 | | |
141 | 146 | | |
142 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
143 | 235 | | |
144 | 236 | | |
145 | 237 | | |
| |||
157 | 249 | | |
158 | 250 | | |
159 | 251 | | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
160 | 257 | | |
161 | 258 | | |
162 | 259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
873 | 873 | | |
874 | 874 | | |
875 | 875 | | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
876 | 886 | | |
877 | 887 | | |
878 | 888 | | |
| |||
931 | 941 | | |
932 | 942 | | |
933 | 943 | | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
934 | 950 | | |
935 | 951 | | |
936 | 952 | | |
937 | | - | |
938 | | - | |
939 | | - | |
940 | 953 | | |
941 | | - | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
942 | 970 | | |
943 | | - | |
944 | | - | |
945 | | - | |
946 | | - | |
947 | | - | |
948 | 971 | | |
949 | 972 | | |
950 | 973 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
177 | 188 | | |
178 | 189 | | |
179 | 190 | | |
| |||
182 | 193 | | |
183 | 194 | | |
184 | 195 | | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | 196 | | |
195 | 197 | | |
196 | 198 | | |
| |||
0 commit comments