Skip to content
  • Josh Kunz's avatar
    Fix __try_derive, wasn't actually deriving · 484e1ae7
    Josh Kunz authored
    Instead of the weird "two-part" move that I was doing, trying to
    splice both the old CDT root and its children into the new parent's
    "children" list. I realized that you can just move the old root into the
    children list, and everything will work out fine.
    484e1ae7