roc/compiler/reporting/tests
Folkert 3fc2323891 fix recursion bug
previously, `Cons 1 (Cons {} Nil)` would get inferred as ConsList Int, because only the outer layer of a tag union was checked with the recursive tag union. Now this is done continually.
2020-06-29 00:18:50 +02:00
..
helpers Make VarStore no longer use atomics 2020-06-13 21:59:01 -04:00
test_reporting.rs fix recursion bug 2020-06-29 00:18:50 +02:00