Filtering...

defredundant-tests

books/std/util/defredundant-tests
other
(in-package "STD")
other
(include-book "defredundant")
other
(include-book "std/testing/assert-bang" :dir :system)
other
(assert! (equal (let ((world (w state)))
      (find-macro-aliases-for-defun (access-event-tuple-form (get-event-tuple 'binary-append world))
        world))
    '(append)))
other
(assert! (b* ((world (w state)) ((mv macros fns) (find-defun-aliases-for-macro (access-event-tuple-form (get-event-tuple 'append world))
          world)))
    (and (equal macros '(append))
      (equal fns '(binary-append)))))