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

« back to all changes in this revision

Viewing changes to books/centaur/esim/esim-spec.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
 
46
46
(set-well-founded-relation nat-list-<)
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
(defun 4v-x-res (i alist)
60
49
  (declare (xargs :guard t))
61
50
  (if (atom i)