mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
add List.splitAt
This commit is contained in:
parent
b7c2cb084e
commit
45b50bd131
54 changed files with 1479 additions and 1469 deletions
|
@ -3863,7 +3863,7 @@ mod solve_expr {
|
|||
#[test]
|
||||
fn list_split() {
|
||||
infer_eq_without_problem(
|
||||
indoc!("List.split"),
|
||||
indoc!("List.splitAt"),
|
||||
"List elem, U64 -> { before : List elem, others : List elem }",
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue