Function: let--pcase-macroexpander

let--pcase-macroexpander is a function defined in pcase.el.gz.

Signature

(let--pcase-macroexpander PAT EXPR)

Documentation

Matches if EXPR matches PAT.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/pcase.el.gz
;; Could not find source code, showing raw function object.
#[(pat expr) (`(app (lambda (_) ,expr) ,pat)) (t) nil
  "Matches if EXPR matches PAT."]