utils.scrbl: Add a TODO note about the broken hyperlinks.
This commit is contained in:
parent
28fdc23324
commit
d64ecfb207
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ This documentation only lists the functions and the types which have already
|
||||||
been converted. However, the typed part is currently hidden in an untyped
|
been converted. However, the typed part is currently hidden in an untyped
|
||||||
module, so you cannot yet use the types directly.
|
module, so you cannot yet use the types directly.
|
||||||
|
|
||||||
|
@bold{TODO:} Hyperlinks are currently broken in this document because it
|
||||||
|
actually documents a submodule. Fix them once the migration to Typed Racket
|
||||||
|
has reached a fixed point.
|
||||||
|
|
||||||
@(define utils-evaluator
|
@(define utils-evaluator
|
||||||
(parameterize ([sandbox-output 'string]
|
(parameterize ([sandbox-output 'string]
|
||||||
[sandbox-error-output 'string]
|
[sandbox-error-output 'string]
|
||||||
|
|
Loading…
Reference in a new issue