Function: cl-type--pcase-macroexpander
cl-type--pcase-macroexpander is an autoloaded function defined in
cl-macs.el.gz.
Signature
(cl-type--pcase-macroexpander TYPE)
Documentation
Pcase pattern that matches objects of TYPE.
TYPE is a type descriptor as accepted by cl-typep, which see.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-macs.el.gz
;; Could not find source code, showing raw function object.
#[(type) (`(pred (cl-typep _ ',type))) (t) nil
"Pcase pattern that matches objects of TYPE.\nTYPE is a type descriptor as accepted by `cl-typep', which see."]