~ubuntu-branches/ubuntu/wily/acl2/wily

« back to all changes in this revision

Viewing changes to books/centaur/esim/esim-sexpr.lisp

  • Committer: Package Import Robot
  • Author(s): Camm Maguire
  • Date: 2015-01-16 10:35:45 UTC
  • mfrom: (3.3.26 sid)
  • Revision ID: package-import@ubuntu.com-20150116103545-prehe9thgo79o8w8
Tags: 7.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
(local (include-book "esim-sexpr-support-thms"))
46
46
(local (include-book "centaur/4v-sexpr/sexpr-advanced" :dir :system))
47
47
 
48
 
(make-event
49
 
 
50
 
; Disabling waterfall parallelism because this book allegedly uses memoization
51
 
; while performing its proofs.  
52
 
 
53
 
 (if (and (hons-enabledp state) 
54
 
          (f-get-global 'parallel-execution-enabled state)) 
55
 
     (er-progn (set-waterfall-parallelism nil)
56
 
               (value '(value-triple nil)))
57
 
   (value '(value-triple nil))))
58
 
 
59
48
(local (in-theory (disable* set::double-containment)))
60
49
 
61
50
(set-well-founded-relation nat-list-<)