PR: rename to List.concatUtf8

This commit is contained in:
shua 2024-06-08 13:36:20 +02:00
parent 33e8a7a439
commit f7bec802c0
No known key found for this signature in database
GPG key ID: 73387DA37055770F
18 changed files with 81 additions and 89 deletions

View file

@ -170,11 +170,11 @@ mod solve_expr {
}
#[test]
fn string_concat_utf8() {
fn list_concat_utf8() {
infer_eq_without_problem(
indoc!(
r"
Str.concatUtf8
List.concatUtf8
"
),
"List U8, Str -> List U8",