We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
module-export-all!
1 parent 85d9f3a commit 48fce70Copy full SHA for 48fce70
guile/spotiqueue/records.scm
@@ -6,9 +6,8 @@
6
;;; subscribe to hooks, some of them will pass you a <track> object.
7
8
(define-module (spotiqueue records)
9
- #:use-module (srfi srfi-9)
10
- #:export
11
- (<track> make-track track? track-uri track-title track-artist track-album track-duration))
+ #:use-module (srfi srfi-9))
+(module-export-all! (current-module))
12
13
(format #t "guile ~s: Loading Spotiqueue record definitions...~%" (module-name (current-module)))
14
0 commit comments