Recognizer for vl-lucidkey structures.
(vl-lucidkey-p x) → *
Function:
(defun vl-lucidkey-p (x) (declare (xargs :guard t)) (let ((__function__ 'vl-lucidkey-p)) (declare (ignorable __function__)) (and (std::prod-consp x) (b* ((item (std::prod-car x)) (scopestack (std::prod-cdr x))) (and (vl-scopeitem-p item) (vl-scopestack-p scopestack))))))