Plain source file: hsrc/hugs/GetTime.hs (2000-08-01)
GetTime is imported by: InOut.
module GetTime where getLocalTime = error "getLocalTime not implemented yet" getTime = error "getTime not implemented yet" -- not implemented yet