Fix signatures

This commit is contained in:
Tony Garnock-Jones 2016-11-22 10:15:18 +13:00
parent 1cfd5cce0d
commit 8cee89f6a7
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@
;; (local-topic-demand String)
(struct local-topic-demand (name) #:prefab) ;; ASSERTION
;; (local-host String)
;; (local-host String Number)
(struct local-host (name port) #:prefab) ;; ASSERTION
;; (canonical-local-host String)
;; (canonical-local-host String Number)
(struct canonical-local-host (name port) #:prefab) ;; ASSERTION