mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
fix repeat
This commit is contained in:
parent
2a7bf2ae66
commit
af33e26811
2 changed files with 21 additions and 28 deletions
|
@ -2086,7 +2086,7 @@ mod test_uniq_solve {
|
|||
fn list_repeat() {
|
||||
infer_eq(
|
||||
indoc!("List.repeat"),
|
||||
"Attr * (Attr * Int, a -> Attr * (List a))",
|
||||
"Attr * (Attr * Int, Attr Shared a -> Attr * (List (Attr Shared a)))",
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue