adding docs entry for blame update

This commit is contained in:
chrdimo 2013-01-28 19:36:36 -05:00
parent b00810360b
commit 7223c503f2

View File

@ -1778,6 +1778,12 @@ the other; both are provided for convenience and clarity.
position @racket[b] has.
}
@defproc[(blame-update [b blame?] [pos any/c] [neg any/c]) blame?]{
Produces a @racket[blame?] object just like @racket[b] except
that it adds @racket[pos] and @racket[neg] to the positive
and negative parties of @racket[b] respectively.
}
@defproc[(raise-blame-error [b blame?]
[x any/c]
[fmt (or/c string?