hoi
[fp1415.git] / fp2 / week6 / mart / BinSearchTree.dcl
diff --git a/fp2/week6/mart/BinSearchTree.dcl b/fp2/week6/mart/BinSearchTree.dcl
new file mode 100755 (executable)
index 0000000..460dcf1
--- /dev/null
@@ -0,0 +1,8 @@
+definition module BinSearchTree\r
+\r
+import StdClass\r
+import BinTree\r
+\r
+is_geordend     :: (BTree a) -> Bool | Ord a // meest algemene type\r
+is_gebalanceerd :: (BTree a) -> Bool | Ord a // meest algemene type\r
+insertTree :: a (BTree a) -> BTree a | Ord a
\ No newline at end of file