mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
Clean up some comments
This commit is contained in:
parent
629d7f56ab
commit
3ee470e986
1 changed files with 3 additions and 3 deletions
|
|
@ -7831,7 +7831,7 @@ pub fn canonicalizeBlockStatement(self: *Self, ast_stmt: AST.Statement, ast_stmt
|
|||
}, region);
|
||||
try self.env.store.addScratchDef(def_idx);
|
||||
|
||||
// Create the statement (annotation-only, no generalization)
|
||||
// Create the statement
|
||||
const stmt_idx = try self.env.addStatement(Statement{ .s_decl = .{
|
||||
.pattern = pattern_idx,
|
||||
.expr = anno_only_expr,
|
||||
|
|
@ -7901,7 +7901,7 @@ pub fn canonicalizeBlockStatement(self: *Self, ast_stmt: AST.Statement, ast_stmt
|
|||
}, region);
|
||||
try self.env.store.addScratchDef(def_idx);
|
||||
|
||||
// Create the statement (annotation-only, no generalization)
|
||||
// Create the statement
|
||||
const stmt_idx = try self.env.addStatement(Statement{ .s_decl = .{
|
||||
.pattern = pattern_idx,
|
||||
.expr = anno_only_expr,
|
||||
|
|
@ -7971,7 +7971,7 @@ pub fn canonicalizeBlockStatement(self: *Self, ast_stmt: AST.Statement, ast_stmt
|
|||
}, region);
|
||||
try self.env.store.addScratchDef(def_idx);
|
||||
|
||||
// Create the statement (annotation-only, no generalization)
|
||||
// Create the statement
|
||||
const stmt_idx = try self.env.addStatement(Statement{ .s_decl = .{
|
||||
.pattern = pattern_idx,
|
||||
.expr = anno_only_expr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue