~ chicken-core (chicken-5) 41718a18f26060ffca2df6357cd3eb7ac925d7fb
commit 41718a18f26060ffca2df6357cd3eb7ac925d7fb
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Jul 26 10:26:34 2010 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Mon Jul 26 10:26:34 2010 +0200
manual example fix (thanks to mario)
diff --git a/manual/Modules b/manual/Modules
index bdbcacda..5bcc378f 100644
--- a/manual/Modules
+++ b/manual/Modules
@@ -166,14 +166,14 @@ Imports {{IMPORT ...}} and automatically exports all imported identifiers.
This can be used to build ''compound modules'': modules that just extend
other modules:
-<scheme>
+<enscript hightlight=scheme>
(module r4rs ()
(import scheme chicken)
(reexport
(except scheme
dynamic-wind values call-with-values eval scheme-report-environment
null-environment interaction-environment)))
-</scheme>
+</enscript>
=== import libraries
Trap