From 12bbf258dfce18dd459aea562d9b9a8928c1519b Mon Sep 17 00:00:00 2001 From: Stevie Strickland Date: Thu, 12 Feb 2009 00:32:29 +0000 Subject: [PATCH] I added the ability to mention a signature without the wrapping parens late in the branch, but forgot to put it in the documentation. svn: r13525 --- collects/scribblings/reference/units.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/units.scrbl b/collects/scribblings/reference/units.scrbl index 15de5aec15..96604ac8b1 100644 --- a/collects/scribblings/reference/units.scrbl +++ b/collects/scribblings/reference/units.scrbl @@ -633,7 +633,7 @@ Expands to a @scheme[provide] of all identifiers implied by the @defform/subs[#:literals (import export) (unit/c (import sig-block ...) (export sig-block ...)) - ([sig-block (sig-id [id ctc] ...)]) + ([sig-block (sig-id [id ctc] ...) sig-id]) #:contracts ([ctc contract?])]{ A @deftech{unit contract} wraps a unit and checks both its imported and