mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Merge branch 'main' into builtin-task
This commit is contained in:
commit
8288af3156
67 changed files with 4727 additions and 264 deletions
|
@ -8258,10 +8258,8 @@ All branches in an `if` must have the same type!
|
|||
|
||||
F Str
|
||||
|
||||
Tip: Type comparisons between an opaque type are only ever equal if
|
||||
both types are the same opaque type. Did you mean to create an opaque
|
||||
type by wrapping it? If I have an opaque type Age := U32 I can create
|
||||
an instance of this opaque type by doing @Age 23.
|
||||
Tip: *Add type annotations* to functions or values to help you figure
|
||||
this out.
|
||||
"#
|
||||
);
|
||||
|
||||
|
@ -8295,10 +8293,8 @@ All branches in an `if` must have the same type!
|
|||
|
||||
Age
|
||||
|
||||
Tip: Type comparisons between an opaque type are only ever equal if
|
||||
both types are the same opaque type. Did you mean to create an opaque
|
||||
type by wrapping it? If I have an opaque type Age := U32 I can create
|
||||
an instance of this opaque type by doing @Age 23.
|
||||
Tip: *Add type annotations* to functions or values to help you figure
|
||||
this out.
|
||||
"
|
||||
);
|
||||
|
||||
|
@ -10421,10 +10417,8 @@ All branches in an `if` must have the same type!
|
|||
|
||||
OList
|
||||
|
||||
Tip: Type comparisons between an opaque type are only ever equal if
|
||||
both types are the same opaque type. Did you mean to create an opaque
|
||||
type by wrapping it? If I have an opaque type Age := U32 I can create
|
||||
an instance of this opaque type by doing @Age 23.
|
||||
Tip: *Add type annotations* to functions or values to help you figure
|
||||
this out.
|
||||
"
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue