• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
        • Deftreeops
          • Deftreeops-implementation
            • Deftreeops-event-generation
            • Deftreeops-info
              • Deftreeops-rulename-info
                • Deftreeops-rulename-info-fix
                • Make-deftreeops-rulename-info
                • Deftreeops-rulename-info-equiv
                • Deftreeops-rulename-infop
                • Deftreeops-rulename-info->conc-equivs-thm
                • Deftreeops-rulename-info->rulename-thm
                • Deftreeops-rulename-info->nonleaf-thm
                • Deftreeops-rulename-info->conc-infos
                • Deftreeops-rulename-info->check-conc-fn
                • Change-deftreeops-rulename-info
                • Deftreeops-rulename-info->match-thm
                • Deftreeops-rulename-info->concs-thm
                • Deftreeops-rulename-info->alt-kind
                • Deftreeops-rulename-info->alt
              • Deftreeops-conc-info
              • Deftreeops-rep-info
              • Deftreeops-numrange-info
              • Deftreeops-charval-info
              • Deftreeops-rep-info-list
              • Deftreeops-conc-info-list
              • Deftreeops-charval-info-alist
              • Deftreeops-rulename-info-alist
              • Deftreeops-numrange-info-alist
            • Deftreeops-process-inputs-and-gen-everything
            • Deftreeops-fn
            • Deftreeops-table
            • 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-info

Deftreeops-rulename-info

Fixtype of deftreeops information about a rule name.

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

Fields
alt — alternation
nonleaf-thm — common-lisp::symbolp
rulename-thm — common-lisp::symbolp
match-thm — common-lisp::symbolp
concs-thm — common-lisp::symbolp
conc-equivs-thm — common-lisp::symbolp
alt-kind — natp
check-conc-fn — common-lisp::symbolp
conc-infos — deftreeops-conc-info-list

This information consists of:

  • The alternation that defines the rule name.
  • The name of the <prefix>-<rulename>-nonleaf theorem described in deftreeops.
  • The name of the <prefix>-<rulename>-rulename theorem described in deftreeops.
  • The name of the <prefix>-<rulename>-branches-match-alt theorem described in deftreeops.
  • The name of the <prefix>-<rulename>-concs theorem described in deftreeops.
  • The name of the <prefix>-<rulename>-conc-equivs theorem described in deftreeops. This is nil if the theorem is not generated.
  • If the conc-equivs-thm component is not nil, a positive integer indicating the kind of alternation among the ones listed as supported in deftreeops: 1 for the first one, 2 for the second one. This is 0 if conc-equivs-thm is nil.
  • The name of the <prefix>-<rulename>-conc? function described in deftreeops. This is nil if the function is not generated.
  • The information about the concatenations that form the alternation that defines the rule name.

Subtopics

Deftreeops-rulename-info-fix
Fixing function for deftreeops-rulename-info structures.
Make-deftreeops-rulename-info
Basic constructor macro for deftreeops-rulename-info structures.
Deftreeops-rulename-info-equiv
Basic equivalence relation for deftreeops-rulename-info structures.
Deftreeops-rulename-infop
Recognizer for deftreeops-rulename-info structures.
Deftreeops-rulename-info->conc-equivs-thm
Get the conc-equivs-thm field from a deftreeops-rulename-info.
Deftreeops-rulename-info->rulename-thm
Get the rulename-thm field from a deftreeops-rulename-info.
Deftreeops-rulename-info->nonleaf-thm
Get the nonleaf-thm field from a deftreeops-rulename-info.
Deftreeops-rulename-info->conc-infos
Get the conc-infos field from a deftreeops-rulename-info.
Deftreeops-rulename-info->check-conc-fn
Get the check-conc-fn field from a deftreeops-rulename-info.
Change-deftreeops-rulename-info
Modifying constructor for deftreeops-rulename-info structures.
Deftreeops-rulename-info->match-thm
Get the match-thm field from a deftreeops-rulename-info.
Deftreeops-rulename-info->concs-thm
Get the concs-thm field from a deftreeops-rulename-info.
Deftreeops-rulename-info->alt-kind
Get the alt-kind field from a deftreeops-rulename-info.
Deftreeops-rulename-info->alt
Get the alt field from a deftreeops-rulename-info.