Fix types

This commit is contained in:
Ayaz Hafiz 2023-07-17 10:10:50 -05:00
parent 54e8d1d908
commit 8b7823a237
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
5 changed files with 26 additions and 3 deletions

View file

@ -58,6 +58,7 @@ impl_content! {
recursion_var: Option<Variable>,
ambient_function: Variable,
},
ErasedLambda {},
Alias {
name: Symbol,
variables: AliasTypeVariables,