Closed ivoysey closed 8 years ago
remove nextSib in favor of using move (child 1) and move (child 2). this is in the current version of the paper and the agda formalization, so the rules there should be the right thing to follow.
nextSib
move (child 1)
move (child 2)
closed in pair programming session with @cyrus-
remove
nextSib
in favor of usingmove (child 1)
andmove (child 2)
. this is in the current version of the paper and the agda formalization, so the rules there should be the right thing to follow.