fix repeat

This commit is contained in:
Folkert 2020-06-23 00:02:36 +02:00
parent 2a7bf2ae66
commit af33e26811
2 changed files with 21 additions and 28 deletions

View file

@ -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)))",
);
}