Merge pull request #4965 from roc-lang/recursive-layouts-rec-by-default

Support equivalence for finding lambda sets
This commit is contained in:
Ayaz 2023-01-26 15:20:59 -06:00 committed by GitHub
commit 0672879fff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 639 additions and 323 deletions

View file

@ -3170,7 +3170,6 @@ fn alias_defined_out_of_order() {
#[test]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
#[ignore = "TODO https://github.com/roc-lang/roc/issues/4905"]
fn recursively_build_effect() {
assert_evals_to!(
indoc!(