mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
R6RS library documentation fix
* doc/ref/api-modules.texi (R6RS Libraries): Move 'export' before 'import' in the example library form, as required by R6RS.
This commit is contained in:
parent
d86a063158
commit
43191a31a5
1 changed files with 2 additions and 2 deletions
|
@ -584,8 +584,8 @@ expression:
|
||||||
|
|
||||||
@lisp
|
@lisp
|
||||||
(library (mylib (1 2))
|
(library (mylib (1 2))
|
||||||
(import (otherlib (3)))
|
(export mybinding)
|
||||||
(export mybinding))
|
(import (otherlib (3))))
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
is equivalent to the module definition:
|
is equivalent to the module definition:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue