original commit: 805f80b1e46f4bac88a6749d1900e0c6cfc638c1
This commit is contained in:
Robby Findler 2004-10-05 02:18:56 +00:00
parent 8fb66d6b82
commit bd53af6570

View File

@ -16,10 +16,10 @@
[imap-get-hierarchy-delimiter (imap-connection? . -> . bytes?)]
[imap-list-child-mailboxes
(case->
(imap-connection? (union false? bytes?) . -> . (listof (list/p (listof symbol?) bytes?)))
(imap-connection? (union false? bytes?) . -> . (listof (list/c (listof symbol?) bytes?)))
(imap-connection? (union false? bytes?) (union false? bytes?)
. -> .
(listof (list/p (listof symbol?) bytes?))))])
(listof (list/c (listof symbol?) bytes?))))])
(provide
imap-connection?