File: test1b.lisp

package info (click to toggle)
acl2 4.3-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 76,444 kB
  • sloc: lisp: 951,371; makefile: 3,491; sh: 1,669; perl: 1,639; ansic: 358; cpp: 245; csh: 125; haskell: 17; java: 12
file content (10 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
(in-package "ACL2")

(include-book "test1bb" :ttags :all)

(defttag :test1b)

(make-event
  '(defun test1b (test-pkg::x)
     (cons (test1bp test-pkg::x)
           (test1bb test-pkg::x))))