/[guile]/guile/guile-core/doc/ref/scheme-procedures.texi
ViewVC logotype

Diff of /guile/guile-core/doc/ref/scheme-procedures.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by ghouston, Sat Aug 10 14:09:55 2002 UTC revision 1.12 by kryde, Fri May 23 23:44:25 2003 UTC
# Line 17  Line 17 
17    
18  @node Lambda  @node Lambda
19  @section Lambda: Basic Procedure Creation  @section Lambda: Basic Procedure Creation
20    @cindex lambda
21    
22  @c FIXME::martin: Review me!  @c FIXME::martin: Review me!
23    
# Line 140  provides syntax for handling keywords in Line 141  provides syntax for handling keywords in
141  Before using any of the procedures or macros defined in this section,  Before using any of the procedures or macros defined in this section,
142  you have to load the module @code{(ice-9 optargs)} with the statement:  you have to load the module @code{(ice-9 optargs)} with the statement:
143    
144    @cindex @code{optargs}
145  @lisp  @lisp
146  (use-modules (ice-9 optargs))  (use-modules (ice-9 optargs))
147  @end lisp  @end lisp
# Line 668  example of the previous section looks li Line 670  example of the previous section looks li
670            (lambda args #f))))            (lambda args #f))))
671  @end lisp  @end lisp
672    
673    @cindex @code{syncase}
674  In Guile, the @code{syntax-rules} system is provided by the @code{(ice-9  In Guile, the @code{syntax-rules} system is provided by the @code{(ice-9
675  syncase)} module.  To make these facilities available in your code,  syncase)} module.  To make these facilities available in your code,
676  include the expression @code{(use-syntax (ice-9 syncase))} (@pxref{Using  include the expression @code{(use-syntax (ice-9 syncase))} (@pxref{Using

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26