diff --git a/scribblings/utils.scrbl b/scribblings/utils.scrbl index 06c1b60..0ab85c1 100644 --- a/scribblings/utils.scrbl +++ b/scribblings/utils.scrbl @@ -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]