diff options
Diffstat (limited to 'structure.scm')
-rw-r--r-- | structure.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/structure.scm b/structure.scm index 0d379b9..5cb6f40 100644 --- a/structure.scm +++ b/structure.scm @@ -19,7 +19,7 @@ ;;; structure.ss ;;; Robert Hieb & Kent Dybvig ;;; 92/06/18 - +;@ A syntax-case macro: (define-syntax define-structure (lambda (x) (define construct-name |