Right now builtins such as `display` cannot be typechecked as it has multiple signatures * `display(v: T): T` * `display(v: T, s: string): T` Should be a small fix though.