Included Books
other
(in-package "ACL2")
include-book
(include-book "apply-term")
include-book
(include-book "std/testing/assert-equal" :dir :system)
other
(assert-equal (apply-term 'f '('4 y)) '(f '4 y))
other
(assert-equal (apply-term* 'f ''4 'y) '(f '4 y))