I played a bit with lazy Racket and when I used `match`: ~~~ #lang lazy
(match 'a ['a 'a] ['b 'b]) ~~~ In Emacs in racket-mode the `match` was underlined and I was told that: ~~~ match: unbound identifier in module ~~~ Is there truly no match possible in lazy Racket? What is the reasoning behind this? -- 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.