mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
another waypoint
This commit is contained in:
parent
5cd232816b
commit
bd0f02c542
5 changed files with 84 additions and 61 deletions
|
@ -90,7 +90,7 @@ pub fn basic_type_from_layout_1<'a, 'ctx, 'env>(
|
|||
Union(union_layout) => {
|
||||
use UnionLayout::*;
|
||||
|
||||
let tag_id_type = basic_type_from_layout_1(env, &union_layout.tag_id_layout());
|
||||
let tag_id_type = basic_type_from_layout(env, &union_layout.tag_id_layout());
|
||||
|
||||
match union_layout {
|
||||
NonRecursive(tags) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue