Filtering...

base-properties

books/acl2s/base-properties
other
(in-package "ACL2S")
other
(include-book "acl2s/properties" :dir :system :ttags :all)
other
(property in-over-append
  (e :all x y :tl)
  (== (in e (append x y))
    (or (in e x)
      (in e y))))