.
original commit: 805f80b1e46f4bac88a6749d1900e0c6cfc638c1
This commit is contained in:
parent
8fb66d6b82
commit
bd53af6570
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue
Block a user