We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68fc1d6 commit 7147212Copy full SHA for 7147212
src/scoping-model.lagda.md
@@ -216,8 +216,8 @@ The subexpressions rule can be reinterpreted as applying more broadly and unifor
216
tempScope-stable′ : Context Expr → Scope
217
-- `let ref x = ●;` has an extended temporary scope.
218
tempScope-stable′ (s-let ▷ let…=●⨾ pat-ext) = scope (blockOf s-let)
219
--- `●[…]` has the same temporary scope as its parent, per the sub-expr
220
--- rule.
+-- `●[…]` has the same temporary scope as its parent, per the
+-- subexpression rule.
221
tempScope-stable′ (e-indexing ▷ ●⟦…⟧) = tempScope-stable′ e-indexing
222
-- The scope of `&●` depends on whether the borrow is extending. If
223
-- it's extending, its temporary scope is extended by
0 commit comments