Revise `Path-String' wording. Thanks Robby.
This commit is contained in:
parent
8968979422
commit
2eeff9d1fc
|
@ -240,10 +240,16 @@ These types represent primitive Racket data.
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
@defidform[Path-String]{ The union of the @racket[Path] and
|
@defidform[Path-String]{
|
||||||
@racket[String] types. Note that this includes some strings where
|
The union of the @racket[Path] and
|
||||||
@racket[path-string?] produces @racketresult[false], such as strings
|
@racket[String] types. Note that this does not
|
||||||
that contain the character @racket[#\nul].}
|
match exactly what the predicate @racket[path-string?]
|
||||||
|
recognizes. For example, strings
|
||||||
|
that contain the character @racket[#\nul] have the type
|
||||||
|
@racket[Path-String] but @racket[path-string?] returns
|
||||||
|
@racket[#f] for those strings. For a complete specification
|
||||||
|
of which strings @racket[path-string?] accepts, see its
|
||||||
|
documentation.}
|
||||||
|
|
||||||
|
|
||||||
@section{Singleton Types}
|
@section{Singleton Types}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user