Start supporting printing unifications

This commit is contained in:
Ayaz Hafiz 2023-07-16 22:37:06 -05:00
parent 9e055dcf53
commit 87bb6c8437
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
8 changed files with 446 additions and 30 deletions

View file

@ -0,0 +1,3 @@
export function assertExhaustive(_: never): never {
throw new Error("Exhaustive switch");
}