This program: #lang scribble/manual @(require (for-label typed/racket)) Gives me this error: . module: identifier already imported for label from a different source in: for typed/racket typed/racket But this program: #lang scribble/manual @(require (for-label racket)) Runs fine.
Does scribble/manual export racket bindings for-label? How can I import for ex typed/racket for-label? ____________________ Racket Users list: http://lists.racket-lang.org/users