From bd53af65703661d0559e7fa0a46a88801c1b53c6 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 5 Oct 2004 02:18:56 +0000 Subject: [PATCH] . original commit: 805f80b1e46f4bac88a6749d1900e0c6cfc638c1 --- collects/net/imap.ss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/net/imap.ss b/collects/net/imap.ss index c1d5f804ab..9b6d773296 100644 --- a/collects/net/imap.ss +++ b/collects/net/imap.ss @@ -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?