typed-compose.rkt -> main.rkt
Scribble has requiring typed-compose.rkt fol labels (or indeed any file which is not called main.rkt).
This commit is contained in:
parent
7d70eafd54
commit
9335e1498e
2 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#lang scribble/manual
|
||||
|
||||
@(require scribble/example racket/sandbox
|
||||
(for-label racket/base "typed-compose.rkt"
|
||||
(for-label racket/base typed-compose
|
||||
(only-in typed/racket/base
|
||||
-> compose)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue