mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
complete add_category
This commit is contained in:
parent
74331e4b90
commit
a2a79925b3
5 changed files with 95 additions and 7 deletions
|
@ -718,7 +718,7 @@ pub fn constrain_expr(
|
|||
Box::new(Type::Variable(*ext_var)),
|
||||
),
|
||||
expected.clone(),
|
||||
Category::TagUnion,
|
||||
Category::TagApply(name.clone()),
|
||||
region,
|
||||
);
|
||||
let ast_con = Eq(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue