Migrate list_of_lambdas

This commit is contained in:
Ayaz Hafiz 2023-04-02 13:03:18 -05:00
parent 88b044a765
commit e72e17fc82
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 4 additions and 13 deletions

View file

@ -6120,19 +6120,6 @@ mod solve_expr {
)
}
#[test]
fn list_of_lambdas() {
infer_queries!(
indoc!(
r#"
[\{} -> {}, \{} -> {}]
#^^^^^^^^^^^^^^^^^^^^^^{-1}
"#
),
@r###"[\{} -> {}, \{} -> {}] : List ({}w_a -[[1, 2]]-> {})"###
)
}
#[test]
fn self_recursion_with_inference_var() {
infer_eq_without_problem(