mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 08:20:20 +02:00
Use re-export-syntax' to correctly re-export
receive'.
This commit is contained in:
parent
e6b748a832
commit
ad4bc8c2ba
1 changed files with 1 additions and 1 deletions
|
@ -44,6 +44,6 @@
|
|||
(define-module (srfi srfi-8)
|
||||
:use-module (ice-9 receive))
|
||||
|
||||
(export-syntax receive)
|
||||
(re-export-syntax receive)
|
||||
|
||||
(cond-expand-provide (current-module) '(srfi-8))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue