From 29a9c57ebd0d90c436271e1b1edf60facf9cf84d Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sun, 16 Jan 2022 21:09:50 +0100 Subject: [PATCH] utils.scrbl: Add the note about Typed Racket. --- scribblings/utils.scrbl | 4 ++++ 1 file changed, 4 insertions(+) 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]