make more clear what is meant

This commit is contained in:
Tshepang Mbambo 2025-05-10 12:33:45 +02:00
parent ac44773f06
commit 1d1a050dcd
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# `TypeFoldable` and `TypeFolder` # `TypeFoldable` and `TypeFolder`
In [a previous chapter], we discussed instantiating binders. This involves looking at everything inside of a `Early/Binder` In [a previous chapter], we discussed instantiating binders. This involves looking at everything inside of a `Early(Binder)`
to find any usages of the bound vars in order to replace them. Binders can wrap an arbitrary Rust type `T` not just a `Ty` so to find any usages of the bound vars in order to replace them. Binders can wrap an arbitrary Rust type `T` not just a `Ty` so
how do we implement the `instantiate` methods on the `Early/Binder` types. how do we implement the `instantiate` methods on the `Early/Binder` types.