utils.scrbl: Add the note about Typed Racket.

This commit is contained in:
Sergiu Ivanov 2022-01-16 21:09:50 +01:00
parent 4490cadf58
commit 29a9c57ebd
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ This module defines miscellaneous utilities, supporting the other modules of
the package: evaluating sexps, manipulating lists,
@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
(parameterize ([sandbox-output 'string]