mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
simple when is working
This commit is contained in:
parent
2a0b010a74
commit
cccfeb51f2
6 changed files with 3269 additions and 205 deletions
|
@ -11,6 +11,7 @@
|
|||
// re-enable this when working on performance optimizations than have it block PRs.
|
||||
#![allow(clippy::large_enum_variant)]
|
||||
|
||||
pub mod experiment;
|
||||
pub mod expr;
|
||||
pub mod layout;
|
||||
pub mod reset_reuse;
|
||||
|
@ -20,4 +21,6 @@ pub mod reset_reuse;
|
|||
#[allow(clippy::ptr_arg)]
|
||||
pub mod decision_tree;
|
||||
#[allow(clippy::ptr_arg)]
|
||||
pub mod decision_tree2;
|
||||
#[allow(clippy::ptr_arg)]
|
||||
pub mod pattern;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue