Re: [racket-users] problems with scribble while trying to document classes

2016-03-10 Thread Axel Schnell
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

Re: [racket-users] problems with scribble while trying to document classes

2016-03-10 Thread 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. At Thu, 10 Mar 2016 08:15:55 -0800 (PST), Axel Schnell wrote: > I was writing some documentation about my experiments with classes and

[racket-users] problems with scribble while trying to document classes

2016-03-10 Thread Axel Schnell
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