• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
        • Deftreeops
          • Deftreeops-implementation
            • Deftreeops-event-generation
            • Deftreeops-info
            • Deftreeops-process-inputs-and-gen-everything
            • Deftreeops-fn
            • Deftreeops-table
              • Deftreeops-table-value
                • Deftreeops-table-value-fix
                • Deftreeops-table-value-equiv
                • Make-deftreeops-table-value
                • Deftreeops-table-value->rulename-info-alist
                • Deftreeops-table-value->numrange-info-alist
                • Deftreeops-table-value->charval-info-alist
                • Deftreeops-table-value->event-alist
                • Deftreeops-table-value->call
                • Change-deftreeops-table-value
                • Deftreeops-table-valuep
              • Deftreeops-table-value-option
              • Deftreeops-table-lookup
              • Deftreeops-table-add
              • Deftreeops-table-definition
            • Deftreeops-input-processing
            • Deftreeops-macro-definition
          • Deftreeops-show-event
          • Deftreeops-show-info
        • Defdefparse
        • Defgrammar
        • Tree-utilities
        • Notation
        • Grammar-parser
        • Meta-circular-validation
        • Parsing-primitives-defresult
        • Parsing-primitives-seq
        • Operations
        • Examples
        • Differences-with-paper
        • Constructor-utilities
        • Grammar-printer
        • Parsing-tools
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • Bitcoin
      • Riscv
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Poseidon
      • Where-do-i-place-my-book
      • Axe
      • Bigmems
      • Builtins
      • Execloader
      • Aleo
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Deftreeops-table

Deftreeops-table-value

Fixtype of values of the table of deftreeops calls.

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

Fields
rulename-info-alist — deftreeops-rulename-info-alist
numrange-info-alist — deftreeops-numrange-info-alist
charval-info-alist — deftreeops-charval-info-alist
event-alist — symbol-pseudoeventform-alist
call — ACL2::pseudo-event-form

A value of this fixtype consists of:

  • The alist from rule names to rule name information.
  • The alist from numeric ranges to numeric range information.
  • The alist from character value notations to character value notation information.
  • An alist from symbols to events, which consists of all the generated events as values, with the event names as keys of the alist.
  • The call of deftreeops.

Subtopics

Deftreeops-table-value-fix
Fixing function for deftreeops-table-value structures.
Deftreeops-table-value-equiv
Basic equivalence relation for deftreeops-table-value structures.
Make-deftreeops-table-value
Basic constructor macro for deftreeops-table-value structures.
Deftreeops-table-value->rulename-info-alist
Get the rulename-info-alist field from a deftreeops-table-value.
Deftreeops-table-value->numrange-info-alist
Get the numrange-info-alist field from a deftreeops-table-value.
Deftreeops-table-value->charval-info-alist
Get the charval-info-alist field from a deftreeops-table-value.
Deftreeops-table-value->event-alist
Get the event-alist field from a deftreeops-table-value.
Deftreeops-table-value->call
Get the call field from a deftreeops-table-value.
Change-deftreeops-table-value
Modifying constructor for deftreeops-table-value structures.
Deftreeops-table-valuep
Recognizer for deftreeops-table-value structures.