mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Replace references to "global tag" with "tag"
This commit is contained in:
parent
470dddc17b
commit
85e7969c2d
61 changed files with 229 additions and 230 deletions
|
@ -4837,8 +4837,8 @@ fn default_aliases() -> roc_solve::solve::Aliases {
|
|||
|
||||
let typ = Type::TagUnion(
|
||||
vec![
|
||||
(TagName::Global("Ok".into()), vec![Type::Variable(tvar1)]),
|
||||
(TagName::Global("Err".into()), vec![Type::Variable(tvar2)]),
|
||||
(TagName::Tag("Ok".into()), vec![Type::Variable(tvar1)]),
|
||||
(TagName::Tag("Err".into()), vec![Type::Variable(tvar2)]),
|
||||
],
|
||||
TypeExtension::Closed,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue