mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Merge remote-tracking branch 'origin/str-fromUtf8' into bytes
This commit is contained in:
commit
0297e47fa1
1 changed files with 2 additions and 2 deletions
|
@ -219,7 +219,7 @@ mod solve_expr {
|
|||
Str.fromInt
|
||||
"#
|
||||
),
|
||||
"Int -> Str",
|
||||
"Int * -> Str",
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -231,7 +231,7 @@ mod solve_expr {
|
|||
Str.fromUtf8
|
||||
"#
|
||||
),
|
||||
"List U8 -> Result Str [ BadUtf8 Utf8Problem ]*",
|
||||
"List U8 -> Result Str [ BadUtf8 Utf8ByteProblem Nat ]*",
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue