remove dependency on mred from a few libraries
svn: r9813
This commit is contained in:
parent
c0d028e4bc
commit
41665f7233
|
@ -1,5 +1,5 @@
|
|||
|
||||
(module etc frtime
|
||||
(module etc frtime/frtime-lang-only
|
||||
(require (lib "main-collects.ss" "setup"))
|
||||
(require-for-syntax syntax/kerncase
|
||||
syntax/stx
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(module list frtime
|
||||
(module list frtime/frtime-lang-only
|
||||
|
||||
(require (lifted mzlib/list sort
|
||||
fifth sixth seventh eighth
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
;; math.ss: some extra math routines
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(module math "frtime.ss"
|
||||
(module math frtime/frtime-lang-only
|
||||
(provide e
|
||||
pi
|
||||
sqr
|
||||
|
|
Loading…
Reference in New Issue
Block a user