summaryrefslogtreecommitdiff
path: root/progs/README
diff options
context:
space:
mode:
Diffstat (limited to 'progs/README')
-rw-r--r--progs/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/progs/README b/progs/README
new file mode 100644
index 0000000..8b28d8f
--- /dev/null
+++ b/progs/README
@@ -0,0 +1,9 @@
+This directory contains Haskell source code.
+Subdirectories:
+prelude The prelude used in this system
+tutorial The online supplement to the Hudak & Fasel tutorial
+demo A set of random demo programs
+lib Various random extensions
+
+Other programs can be found in the Haskell program library on the
+official Haskell ftp sites.