;; emacs lisp file for typechecking/proving this context ;; generated by prove.pl - do not edit ! (setq files '( "rd_input" "ns_flags" "ns_expnorm" "ns_mask" "ns_shiftdist" "ns_shift" "ns" "repp" "sigrd_impl" "postnorm" "adjustexp" "pack" "exprd" "rd_stg" "rd_import" )) (setq current-prefix-arg t) (mapcar (lambda (f) ; (pvs-message (concat "\n--> Typechecking " f)) (typecheck f) ; (prove-pvs-file f) ) files) (save-context) (message "Leaving...") (exit-pvs) (message "Killing...") (kill-emacs)