racket/collects/frtime/frtime-big.ss
2005-05-27 18:56:37 +00:00

10 lines
350 B
Scheme

(module frtime-big (lib "frtime.ss" "frtime")
(require (frlibs "list.ss" "etc.ss" "math.ss" "date.ss"))
(provide (all-from (lib "frtime.ss" "frtime"))
(all-from (lib "list.ss" "frtime"))
(all-from (lib "etc.ss" "frtime"))
(all-from (lib "math.ss" "frtime"))
(all-from (lib "date.ss" "frtime"))))