File: test1bb.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 (7 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
(in-package "ACL2")

(defttag :test1bb)

(make-event
  '(defun test1bb (test-pkg::x)
     (1+ test-pkg::x)))