1 Feb 1995 10:48
Module nit
David Place <dplace <at> ei.tiac.net>
1995-02-01 09:48:09 GMT
1995-02-01 09:48:09 GMT
Hi,
Here's a small nit with the module system. When using the auto-integrate
spurious warnings are given. (see below) The code seems to work though.
-David
Welcome to Scheme 48 0.38 (suspended image).
[...]
config>
(define-structure nit1 (export)
(open scheme big-scheme)
(begin (define-record-type bar
()
((touched? #f)))
(define baaz (bar-maker)))
(optimize auto-integrate))
config> config> config> ,open nit1
Load structure nit1 (y/n)? y
[nit1
Warning: invalid expression
()
Analyzing...
Calls will be compiled in line: (bar-maker bar-touched? set-bar-touched?!)
Warning: wrong number of arguments
(Continue reading)
RSS Feed