about summary refs log tree commit diff stats
path: root/tangle.mu
diff options
context:
space:
mode:
Diffstat (limited to 'tangle.mu')
-rw-r--r--tangle.mu9
1 files changed, 6 insertions, 3 deletions
diff --git a/tangle.mu b/tangle.mu
index 10829ca5..cb322e46 100644
--- a/tangle.mu
+++ b/tangle.mu
@@ -1,6 +1,9 @@
-# To demonstrate tangle directives, we'll construct a factorial function with
-# separate base and recursive cases. Compare factorial.mu.
-# This isn't a very realistic example, just a simple demonstration of
+# example program: constructing recipes out of order
+#
+# We construct a factorial function with separate base and recursive cases.
+# Compare factorial.mu.
+#
+# This isn't a very tasteful example, just a simple demonstration of
 # possibilities.
 
 recipe factorial [