Weaken let sequences under let binding

This commit is contained in:
Ayaz Hafiz 2023-01-12 10:31:06 -06:00 committed by Folkert
parent e36f90feec
commit d27a72de1f
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 2 additions and 2 deletions

View file

@ -7140,7 +7140,7 @@ mod solve_expr {
#^^^{-1}
"#
),
@r#"fun : {} -[[thunk(5) [A Str]*, thunk(5) { a : Str }]]-> Str"#
@r#"fun : {} -[[thunk(5) [A Str]w_a, thunk(5) { a : Str }]]-> Str"#
);
}