utils.scrbl: Add the note about Typed Racket.
This commit is contained in:
parent
4490cadf58
commit
29a9c57ebd
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ This module defines miscellaneous utilities, supporting the other modules of
|
||||||
the package: evaluating sexps, manipulating lists,
|
the package: evaluating sexps, manipulating lists,
|
||||||
@hyperlink["https://orgmode.org/"]{Org-mode} interoperability, etc.
|
@hyperlink["https://orgmode.org/"]{Org-mode} interoperability, etc.
|
||||||
|
|
||||||
|
@bold{Note:} I am currently migrating this module to Typed Racket.
|
||||||
|
This documentation only lists the functions and the types which have already
|
||||||
|
been converted. However, the typed part is currently hidden in an untyped
|
||||||
|
module, so you cannot yet use the types directly.
|
||||||
|
|
||||||
@(define utils-evaluator
|
@(define utils-evaluator
|
||||||
(parameterize ([sandbox-output 'string]
|
(parameterize ([sandbox-output 'string]
|
||||||
|
|
Loading…
Reference in a new issue