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