Problem 54

Define a data type to represent a binary tree.

type Tree a =
     -- your definition goes here

Solution

results matching ""

    No results matching ""