flow-values.scm 365 B

1234567891011121314
  1. ;;; Ported from Scheme 48 1.9. See file COPYING for notices and license.
  2. ;;;
  3. ;;; Port Author: Andrew Whatson
  4. ;;;
  5. ;;; Original Authors: Richard Kelsey, Mike Sperber
  6. ;;;
  7. ;;; scheme48-1.9.2/ps-compiler/package-defs.scm
  8. (define-module (ps-compiler simp flow-values)
  9. #:export (flow-values))
  10. (define (flow-values . stuff)
  11. (error "FLOW-VALUES is undefined"))