fix documentation for custom-write-accessor mode
The `write-proc` mode argument can be `#t`, `#f`, `0`, or `1`. The 0 and 1 represent print mode and quote depth.
This commit is contained in:
parent
842769c501
commit
b2afedb70a
|
@ -108,7 +108,7 @@ property, @racket[#f] otherwise.}
|
|||
|
||||
|
||||
@defproc[(custom-write-accessor [v custom-write?])
|
||||
(custom-write? output-port? boolean? . -> . any)]{
|
||||
(custom-write? output-port? (or/c boolean? (integer-in 0 1)) . -> . any)]{
|
||||
|
||||
Returns the custom-write procedure associated with @racket[v].}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user