mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-24 20:42:29 +00:00
Fix types
This commit is contained in:
parent
54e8d1d908
commit
8b7823a237
5 changed files with 26 additions and 3 deletions
|
@ -76,6 +76,7 @@ impl AsSchema<Content> for subs::Content {
|
|||
opt_name,
|
||||
} => B::Recursive(opt_name.as_schema(subs), structure.as_schema(subs)),
|
||||
A::LambdaSet(lambda_set) => lambda_set.as_schema(subs),
|
||||
A::ErasedLambda => B::ErasedLambda(),
|
||||
A::Structure(flat_type) => flat_type.as_schema(subs),
|
||||
A::Alias(name, type_vars, real_var, kind) => B::Alias(
|
||||
name.as_schema(subs),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue