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