svn: r7835
This commit is contained in:
parent
0f3a841e58
commit
5ac7cf7913
|
@ -1,11 +1,9 @@
|
||||||
#cs
|
#lang scheme/gui
|
||||||
(module convert mzscheme
|
|
||||||
(require (lib "unitsig.ss")
|
;(module convert mzscheme
|
||||||
(lib "etc.ss")
|
(require (lib "etc.ss")
|
||||||
(lib "class.ss")
|
htdp/error
|
||||||
(lib "mred.ss" "mred")
|
lang/prim)
|
||||||
(lib "error.ss" "htdp")
|
|
||||||
(lib "prim.ss" "lang"))
|
|
||||||
|
|
||||||
(provide-higher-order-primitive convert-gui (f2c))
|
(provide-higher-order-primitive convert-gui (f2c))
|
||||||
(provide-higher-order-primitive convert-repl (f2c))
|
(provide-higher-order-primitive convert-repl (f2c))
|
||||||
|
@ -258,4 +256,4 @@
|
||||||
(delete-file out))
|
(delete-file out))
|
||||||
(with-output-to-file out
|
(with-output-to-file out
|
||||||
(lambda () (with-input-from-file in (make-reader-for f)))))
|
(lambda () (with-input-from-file in (make-reader-for f)))))
|
||||||
)
|
; )
|
||||||
|
|
Loading…
Reference in New Issue
Block a user