Am Donnerstag, 10. März 2016 17:20:24 UTC+1 schrieb Matthew Flatt:
> You need
>
> @(require (for-label racket/class))
>
> to connect `object%` as used in your documentation to the `object%`
> binding that is defined in documentation.
>
That works! Thanks for the immediate answer!
--
You recei
You need
@(require (for-label racket/class))
to connect `object%` as used in your documentation to the `object%`
binding that is defined in documentation.
At Thu, 10 Mar 2016 08:15:55 -0800 (PST), Axel Schnell wrote:
> I was writing some documentation about my experiments with classes and types
I was writing some documentation about my experiments with classes and types
while I encountered some problems.
The first question came up when I read the scribble documentation because I
could not find any information concerning the case when the class I like to
document does not implement any
3 matches
Mail list logo