[racket-dev] bug in match docs

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu Feb 3 08:31:29 EST 2011

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.



Posted on the dev mailing list.