• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
          • Defbyte
          • Defresult
          • Fold
            • Deffold-reduce
              • Deffold-reduce-implementation
                • Deffold-reduce-event-generation
                  • Deffoldred-gen-prod-combination
                  • Deffoldred-gen-list-fold
                  • Deffoldred-gen-prod-combination+theorem
                  • Deffoldred-gen-omap-fold
                  • Deffoldred-gen-clique-fold/folds
                  • Deffoldred-gen-option-fold
                  • Deffoldred-gen-prod-fold
                  • Deffoldred-gen-sum-fold
                  • Deffoldred-gen-sum-cases
                  • Deffoldred-gen-everything
                  • Deffoldred-gen-prod/sum/option-fold
                  • Deffoldred-gen-types-folds
                  • Deffoldred-gen-type-fold
                  • Deffoldred-gen-cliques-folds
                  • Deffoldred-extra-args-to-names
                  • Deffoldred-gen-fold-name
                  • Deffoldred-gen-topic-name
                  • Deffoldred-gen-ruleset-name
                • Deffoldred-process-inputs-and-gen-everything
                • Deffoldred-fn
                • Deffold-reduce-input-processing
                • Deffoldred-macro-definition
            • Deffold-map
            • Defmake-self
          • Specific-types
          • Defsubtype
          • Defset
          • Defflatsum
          • Deflist-of-len
          • Pos-list
          • Defomap
          • Defbytelist
          • Defbyte-standard-instances
          • Deffixtype-alias
          • Defbytelist-standard-instances
          • Defunit
          • Byte-list
          • Database
          • Byte
          • String-option
          • Pos-option
          • Nibble
          • Nat-option
          • Ubyte32-option
          • Byte-list20
          • Byte-list32
          • Byte-list64
          • Pseudo-event-form
          • Natoption/natoptionlist
          • Nati
          • Character-list
          • Nat/natlist
          • Maybe-string
          • Nibble-list
          • Natoption/natoptionlist-result
          • Nat/natlist-result
          • Nat-option-list-result
          • Set
          • String-result
          • String-list-result
          • Nat-result
          • Nat-option-result
          • Nat-list-result
          • Maybe-string-result
          • Integer-result
          • Character-result
          • Character-list-result
          • Boolean-result
          • Map
          • Dependencies
          • Bag
          • Pos-set
          • Hex-digit-char-list
          • Dec-digit-char-list
          • Pseudo-event-form-list
          • Nat-option-list
          • Character-any-map
          • Any-nat-map
          • Symbol-set
          • String-set
          • Nat-set
          • Character-set
          • Oct-digit-char-list
          • Bin-digit-char-list
          • Bit-list
        • Isar
        • Kestrel-utilities
        • Set
        • C
        • Soft
        • Bv
        • Imp-language
        • Ethereum
        • Event-macros
        • Java
        • Riscv
        • Bitcoin
        • Zcash
        • Yul
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Axe
        • Lists-light
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Deffold-reduce-implementation

Deffold-reduce-event-generation

Event generation performed by deffold-reduce.

Subtopics

Deffoldred-gen-prod-combination
Generate the combination for the fields of a product type or a case of a sum type.
Deffoldred-gen-list-fold
Generate the fold function for a list type, with accompanying theorems.
Deffoldred-gen-prod-combination+theorem
Generate the combination for the fields of a product type or a case of a sum type, as well as a theorem about the predicate for the product or sum type applied to the constructor of the product type or the case of the sum type.
Deffoldred-gen-omap-fold
Generate a fold function for an omap type, with accompanying theorems.
Deffoldred-gen-clique-fold/folds
Generate a fold function, or a clique of mutually recursive fold functions, for a clique of types.
Deffoldred-gen-option-fold
Generate the fold function for an option type.
Deffoldred-gen-prod-fold
Generate the fold function for a product type.
Deffoldred-gen-sum-fold
Generate the fold function for a sum type.
Deffoldred-gen-sum-cases
Generate the code for the cases of a sum type.
Deffoldred-gen-everything
Generate all the events.
Deffoldred-gen-prod/sum/option-fold
Generate the fold function for a product, sum, or option type.
Deffoldred-gen-types-folds
Generate fold functions for a list of types, with accompanying theorems.
Deffoldred-gen-type-fold
Generate a fold function for a type, with accompanying theorems.
Deffoldred-gen-cliques-folds
Generate fold functions, or fold function cliques, for a list of type cliques with given names.
Deffoldred-extra-args-to-names
Map the :extra-args input to a list of the names of the arguments.
Deffoldred-gen-fold-name
Generate the name of the fold function for a type.
Deffoldred-gen-topic-name
Generate the name of the XDOC topic.
Deffoldred-gen-ruleset-name
Generate the name of the ruleset.