Octal integer constant of type unsigned long.
Function: ulong-oct-const
(defun ulong-oct-const (x) (declare (xargs :guard (and (natp x) (ulong-integerp x)))) (ulong-from-integer x))
Theorem: ulongp-of-ulong-oct-const
(defthm ulongp-of-ulong-oct-const (ulongp (ulong-oct-const x)))