A default implementation environment.
(ienv-default) → *
This has no particular significance,
but we set all the byte sizes to their minima,
and the plain
Function:
(defun ienv-default nil (declare (xargs :guard t)) (let ((__function__ 'ienv-default)) (declare (ignorable __function__)) (ienv-simple 2 2 4 8 nil nil)))