Skip to content

Commit 12be276

Browse files
authored
Merge pull request #2266 from BoxyUwU/normalization
Introduce a normalization chapter
2 parents b5367b8 + 38a5e54 commit 12be276

File tree

4 files changed

+311
-129
lines changed

4 files changed

+311
-129
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
- [ADTs and Generic Arguments](./ty_module/generic_arguments.md)
158158
- [Parameter types/consts/regions](./ty_module/param_ty_const_regions.md)
159159
- [`TypeFolder` and `TypeFoldable`](./ty-fold.md)
160+
- [Aliases and Normalization](./normalization.md)
160161
- [Typing/Param Envs](./typing_parameter_envs.md)
161162
- [Type inference](./type-inference.md)
162163
- [Trait solving](./traits/resolution.md)
@@ -176,7 +177,6 @@
176177
- [Coinduction](./solve/coinduction.md)
177178
- [Caching](./solve/caching.md)
178179
- [Proof trees](./solve/proof-trees.md)
179-
- [Normalization](./solve/normalization.md)
180180
- [Opaque types](./solve/opaque-types.md)
181181
- [Significant changes and quirks](./solve/significant-changes.md)
182182
- [`Unsize` and `CoerceUnsized` traits](./traits/unsize.md)

0 commit comments

Comments
 (0)