Filtering...

arity

books/std/system/arity

Included Books

top
other
(in-package "ACL2")
include-book
(include-book "xdoc/top" :dir :system)
other
(defsection std/system/arity
  :parents (std/system/function-queries)
  :short "Theorems about @(tsee arity)."
  (defthm arity-iff
    (iff (arity fn wrld)
      (or (consp fn) (function-symbolp fn wrld)))
    :hints (("Goal" :in-theory (enable arity)))))
in-theory
(in-theory (disable arity))