mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 05:24:15 +00:00
Merge branch 'main' of github.com:roc-lang/roc into clippy-1.74
This commit is contained in:
commit
cd632fe549
271 changed files with 7741 additions and 7417 deletions
|
|
@ -3768,6 +3768,14 @@ mod solve_expr {
|
|||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn list_walk_with_index_until() {
|
||||
infer_eq_without_problem(
|
||||
indoc!(r#"List.walkWithIndexUntil"#),
|
||||
"List elem, state, (state, elem, Nat -> [Break state, Continue state]) -> state",
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn list_drop_at() {
|
||||
infer_eq_without_problem(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue