Introduce Collection as a general abstraction in the ast

This commit is contained in:
Joshua Warner 2021-11-11 14:24:15 -08:00
parent ac733b1805
commit 04d4a8ca79
10 changed files with 49 additions and 37 deletions

View file

@ -389,7 +389,7 @@ fn can_annotation_help(
Record { fields, ext, .. } => {
let field_types = can_assigned_fields(
env,
fields,
&fields.items,
region,
scope,
var_store,