This commit is contained in:
Folkert 2020-08-12 14:03:55 +02:00
parent bdd8751107
commit 8c86836101
7 changed files with 257 additions and 30 deletions

View file

@ -14,6 +14,7 @@
pub mod inc_dec;
pub mod ir;
pub mod layout;
pub mod tail_recursion;
// Temporary, while we can build up test cases and optimize the exhaustiveness checking.
// For now, following this warning's advice will lead to nasty type inference errors.