Included Books
other
(in-package "ACL2")
include-book
(include-book "check-list-call")
include-book
(include-book "std/testing/assert-equal" :dir :system)
other
(assert-equal (mv-list 2 (check-list-call 'x)) '(nil nil))
other
(assert-equal (mv-list 2 (check-list-call ''4)) '(nil nil))
other
(assert-equal (mv-list 2 (check-list-call ''nill)) '(nil nil))
other
(assert-equal (mv-list 2 (check-list-call '(f x y z))) '(nil nil))
other
(assert-equal (mv-list 2 (check-list-call '(cons x y))) '(nil nil))