1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-31 17:30:24 +02:00

Surround commentary w/ standard markers; nfc.

This commit is contained in:
Thien-Thi Nguyen 2001-04-28 18:58:09 +00:00
parent e7d82febca
commit afab82bc00

View file

@ -21,9 +21,7 @@
(define-module (ice-9 optargs)) ;;; Commentary:
;;; {Optional Arguments} ;;; {Optional Arguments}
;;; ;;;
@ -59,7 +57,9 @@
;;; and one or zero occurences. ;;; and one or zero occurences.
;;; ;;;
;;; Code:
(define-module (ice-9 optargs))
;; bound? var ;; bound? var
;; Checks if a variable is bound in the current environment. ;; Checks if a variable is bound in the current environment.
@ -432,3 +432,5 @@
`(,DT ,NAME `(,DT ,NAME
(,(lambda (transformer) (defmacro:transformer transformer)) (,(lambda (transformer) (defmacro:transformer transformer))
(lambda* ,ARGLIST ,@BODY)))) (lambda* ,ARGLIST ,@BODY))))
;;; optargs.scm ends here