make dropFirst and dropLast drop n elements

This commit is contained in:
Isaac Van Doren 2023-10-29 13:23:33 -05:00
parent cb6b36e218
commit 139d3c6f89
No known key found for this signature in database
GPG key ID: CFA524CD470E5B94
48 changed files with 3518 additions and 3470 deletions

View file

@ -3856,7 +3856,7 @@ mod solve_expr {
List.dropLast
"#
),
"List elem -> List elem",
"List elem, Nat -> List elem",
);
}