mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-15 17:05:03 +01:00
typeck cleanup
This commit is contained in:
parent
73a369730b
commit
ba3a199249
9 changed files with 345 additions and 319 deletions
|
|
@ -264,7 +264,7 @@ export function printTy(ty: Ty): string {
|
|||
return `?${ty.index}`;
|
||||
}
|
||||
case "struct": {
|
||||
return ty.name;
|
||||
return ty._name;
|
||||
}
|
||||
case "never": {
|
||||
return "!";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue