Included Books
other
(in-package "ACL2")
include-book
(include-book "guard-verified-exec-fnsp")
include-book
(include-book "pseudo-lambdap")
other
(define lambda-guard-verified-exec-fnsp ((lambd pseudo-lambdap) (wrld plist-worldp)) :returns (yes/no "A @(tsee booleanp).") :mode :program :parents (std/system/term-queries) :short "Check if a lambda expression calls only guard-verified functions for execution." :long (topstring-p "The name of this function is consistent with the name of @(tsee guard-verified-exec-fnsp).") (guard-verified-exec-fnsp (lambda-body lambd) wrld))