pcase-mutually-exclusive-predicates
pcase-mutually-exclusive-predicates is a variable defined in `
pcase.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Not documented as a variable.
Value:
((symbolp . integerp)
(symbolp . numberp)
(symbolp . consp)
(symbolp . arrayp)
(symbolp . vectorp)
(symbolp . stringp)
(symbolp . byte-code-function-p)
(integerp . consp)
(integerp . arrayp)
(integerp . vectorp)
(integerp . stringp)
(integerp . byte-code-function-p)
(numberp . consp)
(numberp . arrayp)
(numberp . vectorp)
(numberp . stringp)
(numberp . byte-code-function-p)
(consp . arrayp)
(consp . vectorp)
(consp . stringp)
(consp . byte-code-function-p)
(arrayp . byte-code-function-p)
(vectorp . byte-code-function-p)
(stringp . vectorp)
(stringp . byte-code-function-p))