60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
srfi-13
srfi-69
stack
typed-records
z3
)
(define getenv get-environment-variable)
(define setenv set-environment-variable!)
(define unsetenv unset-environment-variable!)
;;======================================================================
;; move debug stuff to separate module then put these back where they belong
|
>
>
|
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
srfi-13
srfi-69
stack
typed-records
z3
)
(define *configdat* #f)
(define getenv get-environment-variable)
(define setenv set-environment-variable!)
(define unsetenv unset-environment-variable!)
;;======================================================================
;; move debug stuff to separate module then put these back where they belong
|