mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Basis support for inspecting types
This commit is contained in:
parent
8b7823a237
commit
9e055dcf53
8 changed files with 753 additions and 7 deletions
3
crates/compiler/checkmate/www/src/utils/refine.ts
Normal file
3
crates/compiler/checkmate/www/src/utils/refine.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export type Refine<T extends { type: string }, Type extends string> = T & {
|
||||
type: Type;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue