|
119 | 119 | - [Early vs Late bound parameters](./early-late-bound-params/early-late-bound-summary.md)
|
120 | 120 | - [Implementation nuances of early/late bound parameters](./early-late-bound-params/early-late-bound-implementation-nuances.md)
|
121 | 121 | - [Interactions with turbofishing](./early-late-bound-params/turbofishing-and-early-late-bound.md)
|
122 |
| - - [`TypeFolder` and `TypeFoldable`](./ty-fold.md) |
123 |
| - - [Generic arguments](./generic_arguments.md) |
| 122 | +- [The `ty` module: representing types](./ty.md) |
| 123 | + - [ADTs and Generic Arguments](./ty_module/generic_arguments.md) |
| 124 | + - [Parameter types/consts/regions](./ty_module/param_ty_const_regions.md) |
| 125 | + - [`EarlyBinder` and instantiating parameters](./ty_module/early_binder.md) |
| 126 | + - [`Binder` and Higher ranked regions](./ty_module/binders.md) |
| 127 | + - [Instantiating binders](./ty_module/instantiating_binders.md) |
124 | 128 | - [Constants in the type system](./constants.md)
|
125 |
| - - [Bound vars and Parameters](./bound-vars-and-params.md) |
| 129 | +- [`TypeFolder` and `TypeFoldable`](./ty-fold.md) |
126 | 130 | - [Parameter Environments](./param_env/param_env_summary.md)
|
127 | 131 | - [What is it?](./param_env/param_env_what_is_it.md)
|
128 | 132 | - [How are `ParamEnv`'s constructed internally](./param_env/param_env_construction_internals.md)
|
129 | 133 | - [Which `ParamEnv` do I use?](./param_env/param_env_acquisition.md)
|
130 | 134 | - [Type inference](./type-inference.md)
|
131 | 135 | - [Trait solving](./traits/resolution.md)
|
132 |
| - - [Early and Late Bound Parameter Definitions](./early-late-bound-params/early-late-bound-summary.md) |
133 |
| - - [Implementation nuances of early/late bound parameters](./early-late-bound-params/early-late-bound-implementation-nuances.md) |
134 |
| - - [Interactions with turbofishing](./early-late-bound-params/turbofishing-and-early-late-bound.md) |
135 | 136 | - [Higher-ranked trait bounds](./traits/hrtb.md)
|
136 | 137 | - [Caching subtleties](./traits/caching.md)
|
137 | 138 | - [Implied bounds](./traits/implied-bounds.md)
|
|
0 commit comments