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 administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Reply via email to