Ticket #294: modules-reexport.diff

File modules-reexport.diff, 600 bytes (added by Mario Domenech Goulart, 14 years ago)
  • manual/Modules

    diff --git a/manual/Modules b/manual/Modules
    index bdbcacd..5d6c6f4 100644
    a b Imports {{IMPORT ...}} and automatically exports all imported identifiers. 
    166166This can be used to build ''compound modules'': modules that just extend
    167167other modules:
    168168
    169 <scheme>
     169<enscript highlight=scheme>
    170170(module r4rs ()
    171171  (import scheme chicken)
    172172  (reexport
    173173    (except scheme
    174174      dynamic-wind values call-with-values eval scheme-report-environment
    175175      null-environment interaction-environment)))
    176 </scheme>
     176</enscript>
    177177
    178178
    179179=== import libraries