doc: add missing 'for-label' to 'syntax/srcloc'
This commit is contained in:
parent
0f5e95ea33
commit
1a81f205cc
|
@ -1,7 +1,8 @@
|
||||||
#lang scribble/manual
|
#lang scribble/manual
|
||||||
@(require scribble/eval
|
@(require scribble/eval
|
||||||
scribble/decode
|
scribble/decode
|
||||||
(for-label racket/base
|
(for-label racket/base
|
||||||
|
racket/contract
|
||||||
syntax/srcloc
|
syntax/srcloc
|
||||||
syntax/location
|
syntax/location
|
||||||
setup/path-to-relative))
|
setup/path-to-relative))
|
||||||
|
@ -138,7 +139,7 @@ than simply @racket[#f].
|
||||||
@deftogether[(
|
@deftogether[(
|
||||||
@defproc[(source-location-source [loc source-location?]) any/c]
|
@defproc[(source-location-source [loc source-location?]) any/c]
|
||||||
@defproc[(source-location-line [loc source-location?])
|
@defproc[(source-location-line [loc source-location?])
|
||||||
(or/c orexact-positive-integer? #f)]
|
(or/c exact-positive-integer? #f)]
|
||||||
@defproc[(source-location-column [loc source-location?])
|
@defproc[(source-location-column [loc source-location?])
|
||||||
(or/c exact-nonnegative-integer? #f)]
|
(or/c exact-nonnegative-integer? #f)]
|
||||||
@defproc[(source-location-position [loc source-location?])
|
@defproc[(source-location-position [loc source-location?])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user