File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ proc After {n unit body} {
183183 }]] {*}$argValues ]
184184 } else { error }
185185}
186- set ::holdted [dict create]
186+ set ::held [dict create]
187187set ::toHold [dict create]
188188proc Hold {args} {
189189 set this [uplevel {expr {[info exists this] ? $this : " <unknown>" }}]
@@ -236,11 +236,11 @@ proc StepImpl {} {
236236 if {$lambda ne " " } {
237237 Assert $key has program $lambda
238238 }
239- if {[dict exists $::holdted $key ] && [dict get $::holdted $key ] ne $lambda } {
240- Retract $key has program [dict get $::holdted $key ]
239+ if {[dict exists $::held $key ] && [dict get $::held $key ] ne $lambda } {
240+ Retract $key has program [dict get $::held $key ]
241241 }
242242 if {$lambda ne " " } {
243- dict set ::holdted $key $lambda
243+ dict set ::held $key $lambda
244244 }
245245 }
246246 set ::toHold [dict create]
You can’t perform that action at this time.
0 commit comments