Re: [racket-dev] bug in match docs

2011-02-04 Thread Robby Findler
Must have been a cache or something. Thanks! Robby On Friday, February 4, 2011, Matthew Flatt wrote: > At Thu, 3 Feb 2011 17:44:58 -0600, Robby Findler wrote: >> On Thu, Feb 3, 2011 at 7:31 AM, Matthew Flatt wrote: >> > At Wed, 2 Feb 2011 22:54:25 -0600, Robby Findler wrote: >> >> I see this i

Re: [racket-dev] bug in match docs

2011-02-04 Thread Matthew Flatt
At Thu, 3 Feb 2011 17:44:58 -0600, Robby Findler wrote: > On Thu, Feb 3, 2011 at 7:31 AM, Matthew Flatt wrote: > > At Wed, 2 Feb 2011 22:54:25 -0600, Robby Findler wrote: > >> I see this in the match docs: > >> > >>   > (match (make-hat 23 'bowler) > >>       [(struct shoe (sz col)) sz] > >>      

Re: [racket-dev] bug in match docs

2011-02-03 Thread Robby Findler
On Thu, Feb 3, 2011 at 7:31 AM, Matthew Flatt wrote: > At Wed, 2 Feb 2011 22:54:25 -0600, Robby Findler wrote: >> I see this in the match docs: >> >>   > (match (make-hat 23 'bowler) >>       [(struct shoe (sz col)) sz] >>       [(struct hat (sz stl)) sz]) >> >>   reference to undefined identifier

Re: [racket-dev] bug in match docs

2011-02-03 Thread Matthew Flatt
At Wed, 2 Feb 2011 22:54:25 -0600, Robby Findler wrote: > I see this in the match docs: > > > (match (make-hat 23 'bowler) > [(struct shoe (sz col)) sz] > [(struct hat (sz stl)) sz]) > > reference to undefined identifier: make-hat > > and I think that's a bug in the docs. Fixed.

[racket-dev] bug in match docs

2011-02-02 Thread Robby Findler
I see this in the match docs: > (match (make-hat 23 'bowler) [(struct shoe (sz col)) sz] [(struct hat (sz stl)) sz]) reference to undefined identifier: make-hat and I think that's a bug in the docs. Robby _ For list-related admin