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