Remove the contract clause here.
svn: r13566
This commit is contained in:
parent
7865e23c03
commit
50af2b09f7
|
@ -635,8 +635,7 @@ Expands to a @scheme[provide] of all identifiers implied by the
|
||||||
|
|
||||||
@defform/subs[#:literals (import export)
|
@defform/subs[#:literals (import export)
|
||||||
(unit/c (import sig-block ...) (export sig-block ...))
|
(unit/c (import sig-block ...) (export sig-block ...))
|
||||||
([sig-block (sig-id [id ctc] ...) sig-id])
|
([sig-block (sig-id [id contract] ...) sig-id])]{
|
||||||
#:contracts ([ctc contract?])]{
|
|
||||||
|
|
||||||
A @deftech{unit contract} wraps a unit and checks both its imported and
|
A @deftech{unit contract} wraps a unit and checks both its imported and
|
||||||
exported identifiers to ensure that they match the appropriate contracts.
|
exported identifiers to ensure that they match the appropriate contracts.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user