mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Merge branch 'trunk' into specialize-owned
This commit is contained in:
commit
e367ca8a88
37 changed files with 3693 additions and 1252 deletions
|
@ -1112,6 +1112,7 @@ fn layout_from_flat_type<'a>(
|
|||
other => Ok(other),
|
||||
}
|
||||
}
|
||||
Symbol::SET_SET => dict_layout_from_key_value(env, args[0], Variable::EMPTY_RECORD),
|
||||
_ => {
|
||||
panic!("TODO layout_from_flat_type for {:?}", Apply(symbol, args));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue