[racket-dev] bug in match docs

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Wed Feb 2 23:54:25 EST 2011

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


Posted on the dev mailing list.