summaryrefslogtreecommitdiffstats
path: root/final_project/work/ghelper.scm
diff options
context:
space:
mode:
Diffstat (limited to 'final_project/work/ghelper.scm')
-rw-r--r--final_project/work/ghelper.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/final_project/work/ghelper.scm b/final_project/work/ghelper.scm
index 4e39cbe..c74426b 100644
--- a/final_project/work/ghelper.scm
+++ b/final_project/work/ghelper.scm
@@ -1,4 +1,6 @@
-;;; From 6.945 Staff, with minor edit by bnewbold (May 2009)
+;;; From 6.945 Staff, with minor edit by bnewbold (May 2009):
+;;; the optional name argument is handled in the style of
+;;; the scmutils implementation
;;;; Most General Generic-Operator Dispatch
@@ -103,4 +105,4 @@
(begin
(if (not (null? tree))
(warn "Replacing top-level handler:" tree handler))
- handler))))) \ No newline at end of file
+ handler)))))