Utilities
% tar -xvzf acl2-emacs.tar.gzand read the enclosed note in report.ps. Here is the file to download: acl2-emacs.tar.gz
Function idiv (m : integer, n : integer | n ~~= 0) { ifix ( m/n ) }; /* Idiv takes two integer arguments, the second of which cannot = zero */ Theorem distributivity-of-minus-over-plus {-(x + y) = -x + -y}; Theorem car-nth-0 { consp(x) -> x.car = x[0] };