Filtering...

assert-equal

books/std/testing/assert-equal

Included Books

other
(in-package "ACL2")
include-book
(include-book "assert-bang")
other
(defsection assert-equal
  :parents (std/testing errors)
  :short "Abbreviation for calling @(tsee assert!) on an equality."
  :long "@(def assert-equal)"
  (defmacro assert-equal (x y) `(assert! (equal ,X ,Y))))