Provide special? from scribble/text/output (#165)
Specials are used to represent entities such as nbsp, so the predicate special? needs to be exported for users of scribble/text to recognize such elements. It is no longer possible to use the contract - since the contract has effectively been bypassed.
This commit is contained in:
parent
7bd320f939
commit
4bf0828527
|
@ -3,6 +3,7 @@
|
|||
racket/contract/base)
|
||||
|
||||
(provide
|
||||
special?
|
||||
outputable/c
|
||||
(contract-out
|
||||
[output (->* (outputable/c) (output-port?) void?)]))
|
||||
|
|
Loading…
Reference in New Issue
Block a user