Update internal state of the typer
Compare changes
There are no changes yet
No changes between version 1 and version 1
type:internal
The typer (src/pass/10-checking
) keeps information around about the context of E_application
in an ad-hoc way through variables last
and args
. This MR improves the representation by keeping an application context structure where things are pushed/popped.
No changes between version 1 and version 1