Recognizer for literal-option structures.
(literal-optionp x) → *
Function:
(defun literal-optionp (x) (declare (xargs :guard t)) (let ((__function__ 'literal-optionp)) (declare (ignorable __function__)) (cond ((not x) (b* nil t)) (t (b* ((fty::val x)) (literalp fty::val))))))