• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
      • Std/lists
      • Std/alists
      • Obags
      • Std/util
      • Std/strings
        • Pretty-printing
          • Pretty-printing-implementation
            • Missing-functionality
            • Printconfig
            • Cons-ppr1
            • Print-escaped-charlist
            • Atom-size
            • Print-escaped-str
            • Obj-size
            • Maybe-merge-flat
            • Ppr
            • Printer-instructions
              • Pinst
                • Pinst-case
                • Pinst-p
                • Pinst-special-term
                • Pinst-indent
                • Pinst-wide
                • Pinst-equiv
                • Pinst-keypair
                • Pinst-quote
                • Pinst-keyline
                • Pinst-flat
                • Pinst-dot
                • Pinst-kind
                • Pinst-fix
                • Pinst-count
              • Pflat
              • Pinstlist
            • Keyword-param-valuep
            • Print-flat-objs
            • Radix-print-int
            • Print-escaped-atom
            • Print-atom
            • Print-escaped-symbol
            • Radix-print-complex
            • Basic-print-complex
            • Radix-print-rat
            • Spaces1
            • Basic-print-rat
            • Basic-print-nat
            • Basic-print-int
            • Spaces
            • My-needs-slashes
            • Pinstlist->max-width
            • Nat-size
            • Special-term-num
            • Print-column
            • Print-base-fix
            • Int-size
            • Keyword-fix
            • Print-instruction
            • Pinst->width
            • In-home-package-p
            • Eviscerated->guts
            • Evisceratedp
            • Pprdot
          • Eviscerate
          • 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
      • Std/osets
      • Std/io
      • Std/basic
      • Std/system
      • Std/typed-lists
      • Std/bitsets
      • Std/testing
      • Std/typed-alists
      • Std/stobjs
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Printer-instructions

Pinst

This is a tagged union type, introduced by fty::deftagsum.

Member Tags → Types
:flat → pinst-flat
:keyline → pinst-keyline
:dot → pinst-dot
:quote → pinst-quote
:wide → pinst-wide
:keypair → pinst-keypair
:indent → pinst-indent
:special-term → pinst-special-term

Subtopics

Pinst-case
Case macro for the different kinds of pinst structures.
Pinst-p
Recognizer for pinst structures.
Pinst-special-term
Pinst-indent
Pinst-wide
Pinst-equiv
Basic equivalence relation for pinst structures.
Pinst-keypair
Pinst-quote
Pinst-keyline
Pinst-flat
Pinst-dot
Pinst-kind
Get the kind (tag) of a pinst structure.
Pinst-fix
Fixing function for pinst structures.
Pinst-count
Measure for recurring over pinst structures.