(vls-command-arg-to-eformal arg) → *
Function:
(defun vls-command-arg-to-eformal (arg) (declare (xargs :guard (symbolp arg))) (let ((__function__ 'vls-command-arg-to-eformal)) (declare (ignorable __function__)) (list arg (if (equal arg 'data) 'vls-data-p 'stringp))))