1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

*** empty log message ***

This commit is contained in:
Keisuke Nishida 2001-04-25 07:42:32 +00:00
parent 46f215f85b
commit abaca96059

View file

@ -20,11 +20,10 @@
;;; Code: ;;; Code:
(define-module (system base syntax) (define-module (system base syntax)
:use-module (ice-9 try)
:use-module (ice-9 match) :use-module (ice-9 match)
:use-module (ice-9 receive) :use-module (ice-9 receive)
:use-module (ice-9 and-let-star) :use-module (ice-9 and-let-star)
:export (try stack-catch match syntax-error receive and-let*)) :export (stack-catch match syntax-error receive and-let*))
;;; ;;;