• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Community
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • Soft
        • C
          • Syntax-for-tools
          • Atc
            • Atc-implementation
              • Atc-abstract-syntax
              • Atc-pretty-printer
              • Atc-event-and-code-generation
              • Fty-pseudo-term-utilities
              • Atc-term-recognizers
              • Atc-input-processing
              • Atc-shallow-embedding
              • Atc-process-inputs-and-gen-everything
              • Atc-table
              • Atc-fn
              • Atc-pretty-printing-options
                • Pprint-options
                  • Pprint-options-fix
                  • Pprint-options-equiv
                  • Pprint-options-p
                  • Pprint-options->parenthesize-nested-conditionals
                  • Make-pprint-options
                  • Change-pprint-options
                • Irr-pprint-options
              • Atc-types
              • Atc-macro-definition
            • Atc-tutorial
          • Language
          • Representation
          • Transformation-tools
          • Insertion-sort
          • Pack
        • Bv
        • Imp-language
        • Event-macros
        • Java
        • Bitcoin
        • Ethereum
        • Yul
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Lists-light
        • Axe
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Atc-pretty-printing-options

Pprint-options

Fixtype of pretty-printing options.

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

Fields
parenthesize-nested-conditionals — booleanp

For now we just support a single flag saying whether nested conditional (ternary) expressions should be parenthesized. The meaning of this is explained in more detail in the user documentation and in the pretty-printer.

Subtopics

Pprint-options-fix
Fixing function for pprint-options structures.
Pprint-options-equiv
Basic equivalence relation for pprint-options structures.
Pprint-options-p
Recognizer for pprint-options structures.
Pprint-options->parenthesize-nested-conditionals
Get the parenthesize-nested-conditionals field from a pprint-options.
Make-pprint-options
Basic constructor macro for pprint-options structures.
Change-pprint-options
Modifying constructor for pprint-options structures.