mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Fix PR comments
This commit is contained in:
parent
77e1fe3f6e
commit
66cf946965
2 changed files with 31 additions and 20 deletions
|
@ -172,9 +172,6 @@ fn build_fresh_opaque_variables(
|
|||
) -> (Box<Type>, Vec<OptAbleVar>, Vec<LambdaSet>) {
|
||||
let closure_var = var_store.fresh();
|
||||
|
||||
// NB: if there are bugs, check whether not introducing variables is a problem!
|
||||
// introduced_variables.insert_wildcard(Loc::at_zero(closure_var));
|
||||
|
||||
let ok_var = var_store.fresh();
|
||||
let err_var = var_store.fresh();
|
||||
let result_var = var_store.fresh();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue