roc/compiler/reporting
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
..
src Remove lots of unnecessary clones (thanks clippy!) 2020-06-07 15:43:07 -04:00
tests fix recursion bug 2020-06-29 00:18:50 +02:00
Cargo.toml Use inlinable_string 0.1 2020-05-31 20:14:19 -04:00