Filtering...

must-be-redundant-tests

books/std/testing/must-be-redundant-tests

Included Books

other
(in-package "ACL2")
include-book
(include-book "must-be-redundant")
include-book
(include-book "must-succeed-star")
other
(must-succeed* (defun f (x) x)
  (must-be-redundant (defun f (x) x))
  (defthm th (acl2-numberp (+ x y)))
  (must-be-redundant (defthm th (acl2-numberp (+ x y)))))