Skip to content

Commit

Permalink
Split stuff out of representing types, and rewrite early/late bound c…
Browse files Browse the repository at this point in the history
…hapter (#2192)
  • Loading branch information
BoxyUwU authored Jan 5, 2025
1 parent da0939e commit 340f758
Show file tree
Hide file tree
Showing 6 changed files with 433 additions and 370 deletions.
9 changes: 4 additions & 5 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,13 @@

- [Prologue](./part-4-intro.md)
- [Generic parameter definitions](./generic_parameters_summary.md)
- [Implementation nuances of early/late bound parameters](./early-late-bound-params/early-late-bound-implementation-nuances.md)
- [Interactions with turbofishing](./early-late-bound-params/turbofishing-and-early-late-bound.md)
- [`EarlyBinder` and instantiating parameters](./ty_module/early_binder.md)
- [Binders and Higher ranked regions](./ty_module/binders.md)
- [Instantiating binders](./ty_module/instantiating_binders.md)
- [Early vs Late bound parameters](./early_late_parameters.md)
- [The `ty` module: representing types](./ty.md)
- [ADTs and Generic Arguments](./ty_module/generic_arguments.md)
- [Parameter types/consts/regions](./ty_module/param_ty_const_regions.md)
- [`EarlyBinder` and instantiating parameters](./ty_module/early_binder.md)
- [`Binder` and Higher ranked regions](./ty_module/binders.md)
- [Instantiating binders](./ty_module/instantiating_binders.md)
- [`TypeFolder` and `TypeFoldable`](./ty-fold.md)
- [Parameter Environments](./param_env/param_env_summary.md)
- [What is it?](./param_env/param_env_what_is_it.md)
Expand Down
197 changes: 0 additions & 197 deletions src/early-late-bound-params/early-late-bound-implementation-nuances.md

This file was deleted.

125 changes: 0 additions & 125 deletions src/early-late-bound-params/turbofishing-and-early-late-bound.md

This file was deleted.

Loading

0 comments on commit 340f758

Please sign in to comment.