summaryrefslogtreecommitdiff
path: root/Tree4.hs
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2015-04-13 15:21:21 +0800
committerJoe Zhao <ztuowen@gmail.com>2015-04-13 15:21:21 +0800
commita39aea354b071612c071d98125e879fe14c76a54 (patch)
tree9d960eb2c970245e4fa5ffc2b51c25e0547972fb /Tree4.hs
parent84e6753005e57827c78b50ad0a26ffa0d0da55e4 (diff)
downloadh99-a39aea354b071612c071d98125e879fe14c76a54.tar.gz
h99-a39aea354b071612c071d98125e879fe14c76a54.tar.bz2
h99-a39aea354b071612c071d98125e879fe14c76a54.zip
+61 +62 +63
Diffstat (limited to 'Tree4.hs')
-rw-r--r--Tree4.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tree4.hs b/Tree4.hs
new file mode 100644
index 0000000..533899c
--- /dev/null
+++ b/Tree4.hs
@@ -0,0 +1,6 @@
+module Tree4 where
+
+import Tree
+
+tree4 = Branch 1 (Branch 2 Empty (Branch 4 Empty Empty))
+ (Branch 2 Empty Empty)