Let the skeletons have empty nodes sometimes

This commit is contained in:
Emery Hemingway 2023-10-20 13:33:26 +01:00
parent ec8e166099
commit 5b373e3047
1 changed files with 0 additions and 1 deletions

View File

@ -165,7 +165,6 @@ proc modify(node: Node; turn: var Turn; outerValue: Value; event: EventKind;
proc walk(node: Node; turn: var Turn; termStack: TermStack) =
walk(node.continuation, turn)
assert not node.isEmpty
for selector, table in node.edges:
let
nextStack = pop(termStack, selector.popCount)