Retrieve the value of the
(defun-sk-classicalp fn wrld) → strengthen
This is only relevant for
Function:
(defun defun-sk-classicalp (fn wrld) (declare (xargs :guard (and (plist-worldp wrld) (defun-sk-namep fn wrld)))) (let ((__function__ 'defun-sk-classicalp)) (declare (ignorable __function__)) (b* ((options (defun-sk-options fn wrld)) (pair (assoc-eq :classicalp options))) (if (null pair) t (cdr pair)))))