~ubuntu-branches/ubuntu/gutsy/acl2/gutsy

« back to all changes in this revision

Viewing changes to books/arithmetic-3/extra/top-ext.lisp

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2006-12-04 10:35:42 UTC
  • mfrom: (1.1.5 upstream) (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20061204103542-68nf4pkilci0018n
Tags: 3.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; Contributed by Alex Spiridonov, with helpful consulting from Robert Krug.
 
2
 
 
3
(in-package "ACL2")
 
4
 
 
5
(include-book "arithmetic-3/bind-free/top" :dir :system)
 
6
(include-book "arithmetic-3/floor-mod/floor-mod" :dir :system)
 
7
(include-book "ext")
 
8
 
 
9
(add-default-hints! '((nonlinearp-default-hint stable-under-simplificationp 
 
10
                                               hist pspv)))
 
11
 
 
12
(in-theory (enable strong-expt-type-prescription-rules))