Filtering...

ibody

books/std/system/ibody

Included Books

other
(in-package "ACL2")
include-book
(include-book "std/util/define" :dir :system)
include-book
(include-book "xdoc/constructors" :dir :system)
other
(define ibody
  ((fn symbolp) (wrld plist-worldp))
  :returns (body "An untranslated term.")
  :mode :program :parents (std/system/function-queries)
  :short "Retrieve the untranslated body of a function."
  :long (topstring (p "This is as introduced (hence the @('i') in the name) by the user."))
  (car (last (get-defun-event fn wrld))))