Convert from type
Function:
(defun schar-from-sllong (x) (declare (xargs :guard (sllongp x))) (declare (xargs :guard (schar-from-sllong-okp x))) (let ((__function__ 'schar-from-sllong)) (declare (ignorable __function__)) (schar-from-integer (integer-from-sllong x))))
Theorem:
(defthm scharp-of-schar-from-sllong (b* ((result (schar-from-sllong x))) (scharp result)) :rule-classes :rewrite)
Theorem:
(defthm schar-from-sllong-of-sllong-fix-x (equal (schar-from-sllong (sllong-fix x)) (schar-from-sllong x)))
Theorem:
(defthm schar-from-sllong-sllong-equiv-congruence-on-x (implies (sllong-equiv x x-equiv) (equal (schar-from-sllong x) (schar-from-sllong x-equiv))) :rule-classes :congruence)