Fix contract hyperlinks in pconvert docs
original commit: 8a685777ff8625bfadd15b6c8463b890f76b0150
This commit is contained in:
parent
22e3d9e6d4
commit
e37b068e40
|
@ -2,7 +2,8 @@
|
||||||
@(require "common.rkt"
|
@(require "common.rkt"
|
||||||
(for-label mzlib/pconvert
|
(for-label mzlib/pconvert
|
||||||
mzlib/pconvert-prop
|
mzlib/pconvert-prop
|
||||||
scheme/pretty))
|
racket/contract
|
||||||
|
racket/pretty))
|
||||||
|
|
||||||
@mzlib[#:mode title pconvert]
|
@mzlib[#:mode title pconvert]
|
||||||
|
|
||||||
|
@ -24,7 +25,7 @@ the original value. For example, @racket[(pretty-write (print-convert
|
||||||
port.
|
port.
|
||||||
|
|
||||||
To install print converting into the read-eval-print loop, require
|
To install print converting into the read-eval-print loop, require
|
||||||
@racket[mzlib/pconvert] and call the procedure
|
@racketmodname[mzlib/pconvert] and call the procedure
|
||||||
@racket[install-converting-printer].
|
@racket[install-converting-printer].
|
||||||
|
|
||||||
In addition to @racket[print-convert], this library provides
|
In addition to @racket[print-convert], this library provides
|
||||||
|
|
Loading…
Reference in New Issue
Block a user