utils.scrbl: Slightly streamline the imports.
This commit is contained in:
parent
181cb8678a
commit
f9de7b1027
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
#lang scribble/manual
|
#lang scribble/manual
|
||||||
@(require scribble/example racket/sandbox
|
@(require scribble/example racket/sandbox
|
||||||
(for-label racket graph "../utils.rkt"
|
(for-label racket/base graph "../utils.rkt"
|
||||||
(only-in typed/racket/base
|
(only-in typed/racket/base
|
||||||
Any AnyValues Listof String Sexp Number Pair
|
Any AnyValues Listof String Sexp Number Pair
|
||||||
List
|
List ->
|
||||||
cast)))
|
cast)))
|
||||||
|
|
||||||
@title[#:tag "utils"]{dds/utils: Various Utilities}
|
@title[#:tag "utils"]{dds/utils: Various Utilities}
|
||||||
|
|
Loading…
Reference in a new issue