#| -*-Scheme-*-
-$Id: 6001.pkg,v 1.13 2001/12/17 17:40:58 cph Exp $
+$Id: 6001.pkg,v 1.14 2001/12/20 03:16:08 cph Exp $
Copyright (c) 1991-1999, 2001 Massachusetts Institute of Technology
(define-package (student scode-rewriting)
(files "nodefs")
- (parent ())
+ (parent (student))
(import (runtime rep)
hook/repl-eval)
(initialization (initialize-package!)))
(define-package (student number)
(files "arith")
- (parent ())
+ (parent (runtime))
(import (runtime number)
flo:->rational
flo:rationalize
"pic-read"
"pic-imag"
"pic-ops")
- (parent ())
+ (parent (student))
(import (runtime x-graphics)
x-graphics-device/xw)
(export (student)
;;; -*-Scheme-*-
;;;
-;;; $Id: instance.scm,v 1.10 2001/12/19 20:50:04 cph Exp $
+;;; $Id: instance.scm,v 1.11 2001/12/20 03:13:05 cph Exp $
;;;
;;; Copyright (c) 1995-2000 Massachusetts Institute of Technology
;;;
,(generator '((INITIALIZATION INSTANCE)))
,(generator '())))))))
-(define-macro (ucode-type name)
- (apply microcode-type name))
+(define-macro (ucode-type . arguments)
+ (apply microcode-type arguments))
\f
(define-macro (instance-constructor-3 test arity initialization ixs)
`(LETREC