You can `(require racket/match)`. Make sure to force the match expression! #lang lazy (require racket/match)
(match (! (string->symbol "a")) ['a 'a] ['b 'b]) -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.