Drop unreachable cases of updateDepth

This commit is contained in:
2025-01-21 16:16:04 -06:00
committed by James Eversole
parent 83dad2c56b
commit 3e3e5802fa
2 changed files with 5 additions and 9 deletions

View File

@ -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]]]