From f29bb3956d36bb21f128bf440d26843019bd4bb0 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Thu, 7 Apr 2022 00:40:46 +0200 Subject: [PATCH] =?UTF-8?q?untyped=20=E2=86=92=20utils/untyped?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise there will be conflicts with other modules. --- scribblings/utils.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scribblings/utils.scrbl b/scribblings/utils.scrbl index 83d4428..808c987 100644 --- a/scribblings/utils.scrbl +++ b/scribblings/utils.scrbl @@ -393,7 +393,7 @@ a couple conversions. ] As of 2022-04-07, Typed Racket cannot convert the type of -@racket[lists-transpose] to a contract. The @seclink["untyped"]{untyped +@racket[lists-transpose] to a contract. The @seclink["utils/untyped"]{untyped submodule} provides a version of this function which can be used in untyped code. @@ -517,7 +517,7 @@ Converts 0 to @racket[#f] and 1 to @racket[#t]. (01->boolean 1) ]} -@section[#:tag "untyped"]{Untyped code} +@section[#:tag "utils/untyped"]{Untyped code} @defmodule[(submod dds/utils untyped)]