Skip to content

Commit 38a5e54

Browse files
committed
Introduce a normalization chapter
1 parent c4d85f1 commit 38a5e54

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
@@ -156,6 +156,7 @@
156156
- [ADTs and Generic Arguments](./ty_module/generic_arguments.md)
157157
- [Parameter types/consts/regions](./ty_module/param_ty_const_regions.md)
158158
- [`TypeFolder` and `TypeFoldable`](./ty-fold.md)
159+
- [Aliases and Normalization](./normalization.md)
159160
- [Typing/Param Envs](./typing_parameter_envs.md)
160161
- [Type inference](./type-inference.md)
161162
- [Trait solving](./traits/resolution.md)
@@ -175,7 +176,6 @@
175176
- [Coinduction](./solve/coinduction.md)
176177
- [Caching](./solve/caching.md)
177178
- [Proof trees](./solve/proof-trees.md)
178-
- [Normalization](./solve/normalization.md)
179179
- [Opaque types](./solve/opaque-types.md)
180180
- [Significant changes and quirks](./solve/significant-changes.md)
181181
- [`Unsize` and `CoerceUnsized` traits](./traits/unsize.md)

0 commit comments

Comments
 (0)