week6 camil: working positioning of lines by putting empties at left and right; remov...
[fp1415.git] / fp2 / week6 / camil / BinTree.dcl
1 definition module BinTree
2
3 :: BTree a = BNode a (BTree a) (BTree a) | BLeaf
4
5 t0 :: BTree Int
6 t1 :: BTree Int
7 t2 :: BTree Int
8 t3 :: BTree Int
9 t4 :: BTree Int
10 t5 :: BTree Int
11 t6 :: BTree Int
12 t7 :: BTree Int
13
14 //nodes :: // meest algemene type
15 //leaves :: // meest algemene type
16 //diepte :: // meest algemene type