Re: [racket-users] defstruct* fails for a (long long long) long struct name

2017-03-11 Thread Carlos Lopez
Thanks! it was confusing to see that changing "They" fixed he problem. On Saturday, March 11, 2017 at 6:05:27 PM UTC-5, Ben Greenman wrote: > Adding a field also fixes the problem: > > > > #lang scribble/manual > > > > > @require[@for-label[racket]] > > > > >

Re: [racket-users] defstruct* fails for a (long long long) long struct name

2017-03-11 Thread Ben Greenman
Adding a field also fixes the problem: #lang scribble/manual @require[@for-label[racket]] @defstruct*[(abcdefghijklmnopqrstuvwxyzABCDEEFGHIJKLMNOPQRSTUVWX-Z ABCD) ([hi integer?])]{} and the problem has to do with how `defstruct*` renders the first line of a struct declaration. If the struct