adding docs entry for blame update
This commit is contained in:
parent
b00810360b
commit
7223c503f2
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue
Block a user