[racket] scribble/manual exports racket bindings for-label?

From: Alexander D. Knauth (alexander at knauth.org)
Date: Mon Jan 26 22:32:48 EST 2015

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?




Posted on the users mailing list.