make more clear what is meant

This commit is contained in:
Tshepang Mbambo 2025-05-10 12:33:45 +02:00
parent 8c6c97d0e2
commit 4e684a9977

View file

@ -1,6 +1,6 @@
# `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
how do we implement the `instantiate` methods on the `Early/Binder` types.