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