mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-02 11:22:19 +00:00
Migrate list_of_lambdas
This commit is contained in:
parent
88b044a765
commit
e72e17fc82
2 changed files with 4 additions and 13 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue