doc: simplify readtable-mapping
result contract
This commit is contained in:
parent
cc0b1bafeb
commit
890aa076a9
|
@ -166,8 +166,8 @@ character to be treated as whitespace, and it might use
|
||||||
|
|
||||||
@defproc[(readtable-mapping [readtable readtable?] [char char?])
|
@defproc[(readtable-mapping [readtable readtable?] [char char?])
|
||||||
(values (or/c char?
|
(values (or/c char?
|
||||||
(or/c 'terminating-macro
|
'terminating-macro
|
||||||
'non-terminating-macro))
|
'non-terminating-macro)
|
||||||
(or/c #f procedure?)
|
(or/c #f procedure?)
|
||||||
(or/c #f procedure?))]{
|
(or/c #f procedure?))]{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user