pull/1/head
Matthew Butterick 10 years ago
parent c348783c1e
commit bdf10dbb1b

@ -1,10 +1,10 @@
#lang scribble/doc #lang scribble/doc
@(require scribble/manual @(require scribble/manual
(planet williams/describe/describe) describe
(for-label (for-label
racket racket
(planet williams/describe/describe))) describe))
@title[#:tag "describe"]{Describe} @title[#:tag "describe"]{Describe}
@ -42,7 +42,7 @@ This library provides functions to describe Racket objects. Currently, the follo
The describe library is available from the PLaneT repository. The describe library is available from the PLaneT repository.
@defmodule[(planet williams/describe/describe)] @defmodule[describe]
@table-of-contents[] @table-of-contents[]
@ -129,7 +129,7 @@ The following example demonstrates the varions function of the describe library.
racket racket
(require scheme/mpair) (require scheme/mpair)
(require (planet williams/describe/describe)) (require describe)
;;; Booleans ;;; Booleans
(printf "~n--- Booleans ---~n") (printf "~n--- Booleans ---~n")

Loading…
Cancel
Save