make more clear what is meant
This commit is contained in:
parent
8c6c97d0e2
commit
4e684a9977
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue