make more clear what is meant
This commit is contained in:
parent
ac44773f06
commit
1d1a050dcd
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue