CohenArthur
CohenArthur
Needs #662 Rebased on #662 this now reaches `Actual`, so the `TreeLike` visitor is working! ``` // if we don't want to have actual and typer look at generics, then...
...and add helpful documents about how ticks are the bane of Jinko's existence :)
Have `visit_*` methods which should be overriden, and `walk_*` methods which shouldn't and call `visit_*` on the current node's sub-nodes
- [ ] For function arguments, the `TypedValue` and the `Binding` refer to each other which is weird - [ ] How to not name resolve functions which are generic?...
I'm not sure that adding another latent name resolution pass is the best way to achieve that, however it's very small and easy to reason about - if properly documented,...