mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Start supporting printing unifications
This commit is contained in:
parent
9e055dcf53
commit
87bb6c8437
8 changed files with 446 additions and 30 deletions
3
crates/compiler/checkmate/www/src/utils/exhaustive.ts
Normal file
3
crates/compiler/checkmate/www/src/utils/exhaustive.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export function assertExhaustive(_: never): never {
|
||||
throw new Error("Exhaustive switch");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue