home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / guile / 1.6 / ice-9 / and-let*.scm < prev    next >
Encoding:
Text File  |  2006-06-19  |  433 b   |  13 lines

  1. ;;;; This file will be installed as "and-let*.scm" on systems that
  2. ;;;; support it.  It will go away in the future, use the module
  3. ;;;; (ice-9 and-let-star) instead.
  4.  
  5. (define-module (ice-9 and-let*)
  6.   :use-module (ice-9 and-let-star)
  7.   :re-export-syntax (and-let*))
  8.  
  9. (display ";;; The module name (ice-9 and-let*) is deprecated.\n"
  10.      (current-error-port))
  11. (display ";;; Use (ice-9 and-let-star) instead.\n\n"
  12.      (current-error-port))
  13.