Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
のようなツリー ノードが^(Root child1 child2)あり、のルート ノードにchild1複数の子があるとします。問題は、次のルールを使用して上記のツリーを書き直すと、 のすべての子child1が に置き換えられますがchild2、それらを保持してchild2のツリーをchild1の子リストに追加することです。どうすればいいですか?
^(Root child1 child2)
child1
child2
^(Root ch1=child1 ch2=child2) -> ^($ch1 $ch2)