• Top
    • Documentation
    • Books
    • Recursion-and-induction
    • Boolean-reasoning
    • Debugging
    • Projects
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
      • Theories
      • Rule-classes
      • Proof-builder
      • Hons-and-memoization
      • Events
      • History
      • Parallelism
      • Programming
        • Defun
        • Declare
        • System-utilities
        • Stobj
        • State
        • Memoize
        • Mbe
        • Io
        • Defpkg
        • Apply$
        • Mutual-recursion
        • Loop$
        • Programming-with-state
        • Arrays
        • Characters
        • Time$
        • Loop$-primer
        • Fast-alists
        • Defmacro
        • Defconst
        • Evaluation
        • Guard
        • Equality-variants
        • Compilation
        • Hons
        • ACL2-built-ins
        • Developers-guide
        • System-attachments
        • Advanced-features
        • Set-check-invariant-risk
        • Numbers
        • Irrelevant-formals
        • Efficiency
        • Introduction-to-programming-in-ACL2-for-those-who-know-lisp
        • Redefining-programs
        • Lists
        • Invariant-risk
        • Errors
        • Defabbrev
        • Conses
        • Alists
        • Set-register-invariant-risk
        • Strings
        • Program-wrapper
        • Get-internal-time
        • Basics
        • Packages
          • Defpkg
          • *ACL2-exports*
          • *common-lisp-symbols-from-main-lisp-package*
          • Pkg-imports
          • Symbol-package-name
          • Intern
          • Working-with-packages
          • Hidden-death-package
          • Intern-in-package-of-symbol
          • ACL2-user
          • Package-reincarnation-import-restrictions
          • Packages-for-generated-symbols
          • Pkg-witness
          • In-package
          • *ACL2-system-exports*
            • Intern$
            • Sharp-bang-reader
            • Managing-ACL2-packages
            • Hidden-defpkg
          • Defmacro-untouchable
          • Primitive
          • <<
          • Revert-world
          • Set-duplicate-keys-action
          • Unmemoize
          • Symbols
          • Def-list-constructor
          • Easy-simplify-term
          • Defiteration
          • Defopen
          • Sleep
        • Start-here
        • Real
        • Debugging
        • Miscellaneous
        • Output-controls
        • Macros
        • Interfacing-tools
      • Interfacing-tools
      • Hardware-verification
      • Software-verification
      • Testing-utilities
      • Math
    • Packages

    *ACL2-system-exports*

    An extension of *ACL2-exports* that includes the names of many system-level ACL2 functions.

    It is common practice to import all symbols from *ACL2-exports* into one's package; see defpkg. However, those who write ACL2 system-level programming utilities may prefer to import the symbols from the list *acl2-system-exports*, which is a superset of *acl2-exports* that includes the names of some useful system constants, functions, and macros; in particular, it includes the list of functions documented in system-utilities. Here are the symbols added to *acl2-exports* to produce *acl2-system-exports*.

    (*0* *nil*
         *t* *ts-nil* *ts-t* alist-to-doublets
         all-calls all-ffn-symbs
         all-ffn-symbs-lst arglistp binary-logand
         binary-logior binary-logxor body conjoin
         cons-count-bounded cons-term cons-term*
         defined-constant defun-mode disjoin
         disjoin2 dumb-negate-lit enabled-numep
         enabled-runep fargn fargs fcons-term
         fcons-term* fdefun-mode ffn-symb
         ffn-symb-p ffnnamep ffnnamep-lst
         find-rules-of-rune flambda-applicationp
         flambdap fn-symb formals
         fquotep fsubcor-var genvar get-brr-local
         get-event get-skipped-proofs-p implicate
         lambda-applicationp lambda-body
         lambda-formals logicp loop-stopper
         make-lambda mbe1 merge-sort-lexorder
         merge-sort-term-order
         merge-term-order non-linear-arithmetic
         normalize nvariablep
         pos-listp prettyify-clause programp
         proof-builder recursivep rw-cache-state
         safe-mode stobjp stobjs-in
         stobjs-out subcor-var sublis-var
         subst-expr subst-var symbol-class
         tag-tree trans-eval translate
         translate-cmp translate1 translate1-cmp
         translate11 ts= type-alistp
         type-set variablep waterfall)