Check in fixpoint-fixing algorithm

This commit is contained in:
Ayaz Hafiz 2022-11-15 09:39:31 -06:00
parent 6d0c42d480
commit 3c968b581d
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 271 additions and 0 deletions

View file

@ -4,4 +4,5 @@
// See github.com/roc-lang/roc/issues/800 for discussion of the large_enum_variant check.
#![allow(clippy::large_enum_variant)]
mod fix;
pub mod unify;