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:
Sergiu Ivanov 2020-12-21 20:57:39 +01:00
parent 7d70eafd54
commit 9335e1498e
2 changed files with 1 additions and 1 deletions

View File

@ -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)))