• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
      • Theories
      • Rule-classes
      • Proof-builder
      • Recursion-and-induction
      • Hons-and-memoization
      • Events
      • Parallelism
      • History
      • Programming
        • Defun
        • Declare
        • System-utilities
        • Stobj
        • State
        • Mutual-recursion
        • Memoize
        • Mbe
        • Io
        • Defpkg
        • Apply$
        • Loop$
        • Programming-with-state
        • Arrays
        • Characters
        • Time$
        • Defmacro
        • Loop$-primer
        • Fast-alists
        • Defconst
        • Evaluation
        • Guard
        • Equality-variants
        • Compilation
        • Hons
        • ACL2-built-ins
        • Developers-guide
        • System-attachments
        • Advanced-features
        • Set-check-invariant-risk
        • Numbers
        • Efficiency
        • Irrelevant-formals
        • Introduction-to-programming-in-ACL2-for-those-who-know-lisp
        • Redefining-programs
        • Lists
        • Invariant-risk
        • Errors
        • Defabbrev
        • Conses
        • Alists
        • Set-register-invariant-risk
        • Strings
          • Std/strings
            • Pretty-printing
              • Pretty-printing-implementation
              • Eviscerate
                • Eviscconfig
                  • Eviscconfig-fix
                  • Eviscconfig-equiv
                  • Make-eviscconfig
                  • Eviscconfig->print-level
                  • Eviscconfig->print-length
                  • Eviscconfig-p
                  • Change-eviscconfig
                  • Eviscconfig->replacement-alist
                  • Eviscconfig->hiding-cars
                • Eviscerate1
                • Eviscerate1p
              • Pretty
              • Revappend-pretty
              • Pretty-list
            • Printtree
            • Base64
            • Charset-p
            • Strtok!
            • Cases
            • Concatenation
            • Html-encoding
            • Character-kinds
            • Substrings
            • Strtok
            • Equivalences
            • Url-encoding
            • Lines
            • Explode-implode-equalities
            • Ordering
            • Numbers
            • Pad-trim
            • Coercion
            • Std/strings/digit-to-char
            • Substitution
            • Symbols
          • String-listp
          • Stringp
          • Length
          • Search
          • Remove-duplicates
          • Position
          • Coerce
          • Concatenate
          • Reverse
          • String
          • Subseq
          • Substitute
          • String-upcase
          • String-downcase
          • Count
          • Char
          • String<
          • String-equal
          • String-utilities
          • String-append
          • String>=
          • String<=
          • String>
          • Hex-digit-char-theorems
          • String-downcase-gen
          • String-upcase-gen
        • Program-wrapper
        • Get-internal-time
        • Basics
        • Packages
        • Oracle-eval
        • Defmacro-untouchable
        • <<
        • Primitive
        • Revert-world
        • Unmemoize
        • Set-duplicate-keys-action
        • Symbols
        • Def-list-constructor
        • Easy-simplify-term
        • Defiteration
        • Fake-oracle-eval
        • Defopen
        • Sleep
      • Operational-semantics
      • Real
      • Start-here
      • Debugging
      • Miscellaneous
      • Output-controls
      • Macros
      • Interfacing-tools
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Eviscerate

Eviscconfig

Controls how to eviscerate a term—our alternative to ACL2's evisc-tuples.

This is a product type introduced by fty::defprod.

Fields
print-level — ACL2::maybe-natp
Similar to the Common Lisp *print-level*. If set, this limits how deeply to descend into subterms before we eviscerate them.
print-length — ACL2::maybe-natp
Similar to the Common lisp *print-length*. If set, this limits how many elements of a list to print (at any level).
replacement-alist
Ordinary (non-fast) alist. Binds subterms either to strings (which are interpreted as the eviscerated replacement text for the subterms) or else to replacement terms (which are not to be recursively eviscerated).
hiding-cars
Should be a fast alist. Binds symbols to T. Any subterm whose car is bound in hiding-cars will be eviscerated with <hidden>.

Subtopics

Eviscconfig-fix
Fixing function for eviscconfig structures.
Eviscconfig-equiv
Basic equivalence relation for eviscconfig structures.
Make-eviscconfig
Basic constructor macro for eviscconfig structures.
Eviscconfig->print-level
Get the print-level field from a eviscconfig.
Eviscconfig->print-length
Get the print-length field from a eviscconfig.
Eviscconfig-p
Recognizer for eviscconfig structures.
Change-eviscconfig
Modifying constructor for eviscconfig structures.
Eviscconfig->replacement-alist
Get the replacement-alist field from a eviscconfig.
Eviscconfig->hiding-cars
Get the hiding-cars field from a eviscconfig.