/usr/share/acl2-7.1/books/meta/meta.lisp is in acl2-books-source 7.1-1.
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 9 10 11 12 13 14 | ; ACL2 Version 1.9 -- A Computational Logic for Applicative Common Lisp
; Copyright (C) 1997 Computational Logic, Inc.
; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2.
; Written by: Matt Kaufmann, John Cowles, J Moore and Bob Boyer
; Computational Logic, Inc.
; 1717 West Sixth Street, Suite 290
; Austin, TX 78703-4776 U.S.A.
(in-package "ACL2")
(include-book "meta-plus-equal")
(include-book "meta-plus-lessp")
(include-book "meta-times-equal")
|