Drop unreachable cases of updateDepth
This commit is contained in:
@ -61,7 +61,7 @@ exampleOne = flatLOT [("1")
|
||||
[("2") [("4") t t] t]
|
||||
[("3") [("5") t t] [("6") t t]]]
|
||||
|
||||
exampleTwo = flatLOT [[("1")
|
||||
exampleTwo = flatLOT [("1")
|
||||
[("2") [("4") [("8") t t] [("9") t t]] [("6") [("10") t t] [("12") t t]]]
|
||||
[("3") [("5") [("11") t t] t] [("7") t t]]]
|
||||
|
||||
|
Reference in New Issue
Block a user