mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
ErasedLambda
This commit is contained in:
parent
7d3e7ffdfb
commit
18f381e782
2 changed files with 6 additions and 0 deletions
|
@ -79,6 +79,10 @@ export type Content =
|
|||
unspecialized: UnspecializedClosureType[];
|
||||
[k: string]: unknown;
|
||||
}
|
||||
| {
|
||||
type: "ErasedLambda";
|
||||
[k: string]: unknown;
|
||||
}
|
||||
| {
|
||||
kind: AliasKind;
|
||||
name: Symbol;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue