mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
restrain the set of captured variables further
This commit is contained in:
parent
40ffca2b7b
commit
e656363cc0
6 changed files with 30 additions and 11 deletions
|
@ -2,7 +2,7 @@ use crate::def::Def;
|
|||
use crate::expr::Expr::*;
|
||||
use crate::expr::{Expr, Recursive};
|
||||
use crate::pattern::Pattern;
|
||||
use roc_collections::all::{MutMap, MutSet, SendMap};
|
||||
use roc_collections::all::{MutMap, SendMap};
|
||||
use roc_module::ident::TagName;
|
||||
use roc_module::low_level::LowLevel;
|
||||
use roc_module::symbol::Symbol;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue