mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
the lazier thing
This commit is contained in:
parent
2b0bfbb590
commit
fc891c0956
4 changed files with 121 additions and 47 deletions
|
@ -189,7 +189,7 @@ impl IntroducedVariables {
|
|||
self.inferred.push(var);
|
||||
}
|
||||
|
||||
fn insert_lambda_set(&mut self, var: Variable) {
|
||||
pub fn insert_lambda_set(&mut self, var: Variable) {
|
||||
self.debug_assert_not_already_present(var);
|
||||
self.lambda_sets.push(var);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue