From 259e6ee0ef868a03c33bddde32368d1b0e87cfb8 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sun, 24 May 2015 12:16:41 -0700 Subject: [PATCH] doc update --- sugar/scribblings/sugar.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sugar/scribblings/sugar.scrbl b/sugar/scribblings/sugar.scrbl index 3c87d85..b394ffc 100644 --- a/sugar/scribblings/sugar.scrbl +++ b/sugar/scribblings/sugar.scrbl @@ -20,7 +20,7 @@ A few functions are only available as untyped or typed. These exceptions are not The typed version of Sugar is implemented ``natively'' in the sense that it is compiled separately with type annotations. It is not a @racket[require/typed] wrapper around the untyped code. This avoids the contract barrier that is otherwise automatically imposed between typed and untyped code. -@margin-note{This cross-compiling technique relies on @racket[include-without-lang-line] in this library.} +@margin-note{I explain more about this cross-compiling technique in @link["http://unitscale.com/mb/technique/dual-typed-untyped-library.html"]{Making a dual typed / untyped Racket library}.} @;local-table-of-contents[]