You are on page 1of 3

CSci 117 Lab 2 Summary 8/27/20

data Tree a = Empty | Node a (Tree a) (Tree a)

You might also like