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
|
||||
@(require scribble/example racket/sandbox
|
||||
(for-label racket graph "../utils.rkt"
|
||||
(for-label racket/base graph "../utils.rkt"
|
||||
(only-in typed/racket/base
|
||||
Any AnyValues Listof String Sexp Number Pair
|
||||
List
|
||||
Any AnyValues Listof String Sexp Number Pair
|
||||
List ->
|
||||
cast)))
|
||||
|
||||
@title[#:tag "utils"]{dds/utils: Various Utilities}
|
||||
|
|
Loading…
Reference in a new issue