Miranda (programming language): Difference between revisions

Content deleted Content added
No edit summary
Tags: Mobile edit Mobile app edit iOS app edit
m tree,putting->tree, putting - Fix a typo in one click
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 220:
minel (N l w r) = minel l
 
||Traversing: going through values of tree, putting them in list
 
preorder,inorder,postorder :: tree * -> [*]