From 1a81f205cc33eb66a942d6dfb2498923c26e25f4 Mon Sep 17 00:00:00 2001 From: Ben Greenman Date: Sun, 9 Jul 2017 11:26:04 -0400 Subject: [PATCH] doc: add missing 'for-label' to 'syntax/srcloc' --- pkgs/racket-doc/syntax/scribblings/srcloc.scrbl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/syntax/scribblings/srcloc.scrbl b/pkgs/racket-doc/syntax/scribblings/srcloc.scrbl index 63bb3600fe..ad30bdebfa 100644 --- a/pkgs/racket-doc/syntax/scribblings/srcloc.scrbl +++ b/pkgs/racket-doc/syntax/scribblings/srcloc.scrbl @@ -1,7 +1,8 @@ #lang scribble/manual @(require scribble/eval scribble/decode - (for-label racket/base + (for-label racket/base + racket/contract syntax/srcloc syntax/location setup/path-to-relative)) @@ -138,7 +139,7 @@ than simply @racket[#f]. @deftogether[( @defproc[(source-location-source [loc source-location?]) any/c] @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?]) (or/c exact-nonnegative-integer? #f)] @defproc[(source-location-position [loc source-location?])