remove extraneous ?
This commit is contained in:
parent
d04dfb67df
commit
8b4f8541c3
|
@ -2290,7 +2290,7 @@ the other; both are provided for convenience and clarity.
|
||||||
Returns @racket[#t] when @racket[b] does not have both parties.
|
Returns @racket[#t] when @racket[b] does not have both parties.
|
||||||
}
|
}
|
||||||
|
|
||||||
@defproc[(blame-add-missing-party? [b (and/c blame? blame-missing-party?)]
|
@defproc[(blame-add-missing-party [b (and/c blame? blame-missing-party?)]
|
||||||
[missing-party any/c])
|
[missing-party any/c])
|
||||||
(and/c blame? (not/c blame-missing-party?))]{
|
(and/c blame? (not/c blame-missing-party?))]{
|
||||||
Produces a new blame object like @racket[b], except that the missing
|
Produces a new blame object like @racket[b], except that the missing
|
||||||
|
|
Loading…
Reference in New Issue
Block a user