We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c90a4 commit 3046b37Copy full SHA for 3046b37
goldfish/srfi/srfi-19.scm
@@ -50,7 +50,8 @@
50
(import (rename (scheme time)
51
(get-time-of-day glue:get-time-of-day)
52
(monotonic-nanosecond glue:monotonic-nanosecond))
53
- (only (srfi srfi-13) string-pad string-tokenize string-trim-right))
+ (only (srfi srfi-13) string-pad string-tokenize string-trim-right)
54
+ (liii error))
55
(export
56
;; Constants
57
TIME-DURATION TIME-MONOTONIC TIME-PROCESS
0 commit comments