mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Factor out mono literal and pattern into smaller crates
This commit is contained in:
parent
01c15c0648
commit
f75248d206
5 changed files with 1858 additions and 1837 deletions
|
@ -19,9 +19,4 @@ pub mod low_level;
|
|||
pub mod reset_reuse;
|
||||
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.
|
||||
//#[allow(clippy::ptr_arg)]
|
||||
pub mod decision_tree;
|
||||
|
||||
pub mod debug;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue