Minor tweak

This commit is contained in:
Tony Garnock-Jones 2018-10-20 19:52:37 +01:00
parent cbf5224599
commit b511e640bd
1 changed files with 1 additions and 2 deletions

View File

@ -295,8 +295,7 @@ cases where handlers are dynamically installed.
classof (project v h) = class }
edges[selector][class] := ((innercache, {}), {})
let node' = edges[selector][class]
let h' = h ++ [0]
walk-edge h' node' 0 0 [s_0, ..., s_i]
walk-edge (h ++ [0]) node' 0 0 [s_0, ..., s_i]
**Definition.** The `addHandler` procedure installs into an index an
event handler callback `f` expecting values matching and captured by