Skip to content

Commit

Permalink
Update core/src/parser/uniterm.rs
Browse files Browse the repository at this point in the history
Co-authored-by: jneem <[email protected]>
  • Loading branch information
yannham and jneem authored Nov 27, 2024
1 parent e86bc0a commit 72d663d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/parser/uniterm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ where
///
/// Because AST nodes are allocated in an arena and are immutable, they won't be reclaimed
/// until the whole AST is finally transformed to either the mainline AST or (in the future)
/// compiled to bytecode. We want to avoid building useless copies of exiting nodes, which is
/// compiled to bytecode. We want to avoid building useless copies of existing nodes, which is
/// the reason behind not using a simpler strategy of just always returning a new value, that
/// might be identical to the old one if no type variable has been fixed.
fn fix_type_vars_env(
Expand Down

0 comments on commit 72d663d

Please sign in to comment.