标签: pattern-matching racket
是否有一种简单的方法可以模仿OCaml中的as关键字:
as
(match x with |((a,b) as c, d) -> c)
((exp) as id)