From 4c5e687ec1b9e724006f1898d5cb0313a84a7a81 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Tue, 1 Feb 2011 17:47:57 -0500 Subject: [PATCH] Document the Path-String type. original commit: 3c081d8fa7ed9f7328d6f9acffda4ef591da4e47 --- collects/typed-scheme/scribblings/ts-reference.scrbl | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/typed-scheme/scribblings/ts-reference.scrbl b/collects/typed-scheme/scribblings/ts-reference.scrbl index 710f0c70..48bcd6dc 100644 --- a/collects/typed-scheme/scribblings/ts-reference.scrbl +++ b/collects/typed-scheme/scribblings/ts-reference.scrbl @@ -79,6 +79,7 @@ default in Racket. @defidform[Input-Port] @defidform[Output-Port] @defidform[Path] +@defidform[Path-String] @defidform[Regexp] @defidform[PRegexp] @defidform[Bytes]