mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
implement free variables
This commit is contained in:
parent
2467815cef
commit
9d1f545ad6
2 changed files with 124 additions and 0 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 inc_dec;
|
||||
pub mod ir;
|
||||
pub mod layout;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue