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__)) (make-ienv :short-bytes 2 :int-bytes 4 :long-bytes 8 :llong-bytes 8 :plain-char-signedp nil)))