Skip to content

Commit 91e2ebf

Browse files
traviscrossehuss
authored andcommitted
Clean up variable name
1 parent 19be776 commit 91e2ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scoping-model.lagda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ refScope-146098 (_ ▷ const…=●⨾) = scope ctxt-top
302302
-- Extending subexpressions preserve `&●`'s temporary scope.
303303
refScope-146098 (e-block ▷ ⦃…⨾●⦄) = refScope-146098 e-block
304304
refScope-146098 (e-array ▷ ⟦…,●,…⟧ _) = refScope-146098 e-array
305-
refScope-146098 (e-ref-outer ▷ &●) = refScope-146098 e-ref-outer
305+
refScope-146098 (e-ref ▷ &●) = refScope-146098 e-ref
306306
-- In other contexts, the temp scope of `&●` is the enclosing temp
307307
-- scope.
308308
{-# CATCHALL #-}

0 commit comments

Comments
 (0)