mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
spelling
This commit is contained in:
parent
165db8c885
commit
bc3414e913
1 changed files with 1 additions and 1 deletions
|
@ -1065,7 +1065,7 @@ pub fn canonicalize_expr<'a>(
|
|||
output.union(output1);
|
||||
output.union(output2);
|
||||
|
||||
// the symbol is used to bind the condition `x = condition`, adn identify this `dbg`.
|
||||
// the symbol is used to bind the condition `x = condition`, and identify this `dbg`.
|
||||
// That would cause issues if we dbg a variable, like `dbg y`, because in the IR we
|
||||
// cannot alias variables. Hence, we make the dbg use that same variable `y`
|
||||
let symbol = match &loc_condition.value {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue