/usr/share/acl2-7.2dfsg/books/arithmetic-3/top.lisp is in acl2-books-source 7.2dfsg-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | ; See the top-level arithmetic-3 LICENSE file for authorship,
; copyright, and license information.
(in-package "ACL2")
(include-book "bind-free/top")
(include-book "floor-mod/floor-mod")
(include-book "floor-mod/mod-expt-fast")
|