mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
bump varid for closure var (List.map4 used so many variables that they interfered
This commit is contained in:
parent
0f8047cbf0
commit
7cd5d41b35
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ const TVAR1: VarId = VarId::from_u32(1);
|
|||
const TVAR2: VarId = VarId::from_u32(2);
|
||||
const TVAR3: VarId = VarId::from_u32(3);
|
||||
const TVAR4: VarId = VarId::from_u32(4);
|
||||
const TOP_LEVEL_CLOSURE_VAR: VarId = VarId::from_u32(5);
|
||||
const TOP_LEVEL_CLOSURE_VAR: VarId = VarId::from_u32(10);
|
||||
|
||||
pub fn types() -> MutMap<Symbol, (SolvedType, Region)> {
|
||||
let mut types = HashMap::with_capacity_and_hasher(NUM_BUILTIN_IMPORTS, default_hasher());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue