OCaml Question 5
Question 5 High on higher-order function 1. (10 points) In class, we have seen binary trees, which are fixed to having two subtrees, and n-ary trees, which have a list of subtrees. In this question, we will consider (potentially) infinitely-branching trees, which could furthermore be infinitely deep, too. We define such a tree like this. […]