Predicate returning false

前端 未结 0 1134
无人共我
无人共我 2021-01-22 18:57

I\'m having trouble with the following predicate:

treeToList(void, []).
treeToList(arbol(X, HI1, HD1), L) :- treeToList(HI1, L1), treeToList(HD1, L2), append(L1,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题