mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-25 04:52:32 +00:00
Fix types
This commit is contained in:
parent
54e8d1d908
commit
8b7823a237
5 changed files with 26 additions and 3 deletions
|
@ -58,6 +58,7 @@ impl_content! {
|
|||
recursion_var: Option<Variable>,
|
||||
ambient_function: Variable,
|
||||
},
|
||||
ErasedLambda {},
|
||||
Alias {
|
||||
name: Symbol,
|
||||
variables: AliasTypeVariables,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue