Document relation between Path-String' and path-string?'.

original commit: 896897942248e0a0587297416f10c176755294e2
This commit is contained in:
Sam Tobin-Hochstadt 2012-03-26 11:53:32 -04:00
parent 177ecf23ca
commit 9a20db10c5

View File

@ -178,7 +178,6 @@ needed to check the desired bounds at runtime.
@defidform[Output-Port]
@defidform[Port]
@defidform[Path]
@defidform[Path-String]
@defidform[Path-For-Some-System]
@defidform[Regexp]
@defidform[PRegexp]
@ -241,6 +240,12 @@ These types represent primitive Racket data.
]
}
@defidform[Path-String]{ The union of the @racket[Path] and
@racket[String] types. Note that this includes some strings where
@racket[path-string?] produces @racketresult[false], such as strings
that contain the character @racket[#\nul].}
@section{Singleton Types}
Some kinds of data are given singleton types by default. In