We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096ebdc commit a7c4738Copy full SHA for a7c4738
src/scoping-model.lagda.md
@@ -302,7 +302,7 @@ refScope-146098 (_ ▷ const…=●⨾) = scope ctxt-top
302
-- Extending subexpressions preserve `&●`'s temporary scope.
303
refScope-146098 (e-block ▷ ⦃…⨾●⦄) = refScope-146098 e-block
304
refScope-146098 (e-array ▷ ⟦…,●,…⟧ _) = refScope-146098 e-array
305
-refScope-146098 (e-ref-outer ▷ &●) = refScope-146098 e-ref-outer
+refScope-146098 (e-ref ▷ &●) = refScope-146098 e-ref
306
-- In other contexts, the temp scope of `&●` is the enclosing temp
307
-- scope.
308
{-# CATCHALL #-}
0 commit comments