• 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
        • Isar
        • Kestrel-utilities
        • Set
        • C
        • Soft
          • Soft-future-work
          • Soft-macros
          • Updates-to-workshop-material
          • Soft-implementation
            • Soft-implementation-core
              • Sothm-inst-facts
              • Ext-fun-subst-term/terms/function
              • Fun-subst-function
              • Sothm-inst-pairs
              • Funvars-of-term/terms
              • Funvars-of-plain-fn
              • Sothm-inst-proof
              • Fun-subst-term/terms
              • Get-sof-instance
              • Sof-instancesp
              • Put-sof-instance
              • Fun-substp
              • Sofun-kindp
              • Funvar-listp
              • *-listp
              • Funvars-of-quantifier-fn
              • No-trivial-pairsp
              • Funvars-of-choice-fn
              • Funvar-instp
              • Funvars-of-thm
              • Sofunp
              • Funvarp
              • Sof-instances
              • Sothmp
              • Quant-sofunp
              • Plain-sofunp
              • Funvar-inst-listp
              • Choice-sofunp
              • Sofun-funvars
              • Sofun-kind
              • Function-variables-table
              • Sof-instances-table
              • Second-order-functions-table
            • Gen-macro2-of-macro
            • Defun-inst-implementation
            • Defthm-inst-implementation
            • Defsoft-implementation
            • Defunvar-implementation
            • Defund-sk2-implementation
            • Defun-sk2-implementation
            • Define-sk2-implementation
            • Defchoose2-implementation
            • Defund2-implementation
            • Defun2-implementation
            • Define2-implementation
          • Soft-notions
        • 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
  • Soft-implementation

Soft-implementation-core

Core implementation code of SOFT.

Subtopics

Sothm-inst-facts
Create list of facts for functional instantiation.
Ext-fun-subst-term/terms/function
Extend function substitutions for functional instantiation.
Fun-subst-function
Apply a function substitution to an individual function.
Sothm-inst-pairs
Create a list of doublets for functional instantiation.
Funvars-of-term/terms
Function variables that terms depend on.
Funvars-of-plain-fn
Function variables depended on by a plain second-order function or by an instance of it.
Sothm-inst-proof
Proof builder instructions to prove instances of second-order theorems.
Fun-subst-term/terms
Apply function substitutions to terms.
Get-sof-instance
Retrieve the instance associated to a given instantiation, in the map of known instances of a second-order function.
Sof-instancesp
Recognize the information about the instances that is associated to second-order function names in the sof-instances table.
Put-sof-instance
Associates an instantiation with an instance in an existing map of know instances of a second-order function.
Fun-substp
Recognize function substitutions.
Sofun-kindp
Recognize symbols that denote the kinds of second-order functions supported by SOFT.
Funvar-listp
Recoegnize true lists of function variables.
*-listp
Recognize true lists of *s.
Funvars-of-quantifier-fn
Function variables depended on by a quantifier second-order function or by an instance of it.
No-trivial-pairsp
Check if an alist has no pairs with equal key and value.
Funvars-of-choice-fn
Function variables depended on by a choice second-order function or by an instance of it.
Funvar-instp
Recognize instantiations.
Funvars-of-thm
Function variables depended on by a second-order theorem or by an instance of it.
Sofunp
Recognize names of second-order functions.
Funvarp
Recognize names of function variables.
Sof-instances
Known instances of a second-order function.
Sothmp
Recognize second-order theorems.
Quant-sofunp
Recognize quantifier second-order functions.
Plain-sofunp
Recognize plain second-order functions.
Funvar-inst-listp
Recognize true lists of instantiations.
Choice-sofunp
Recognize choice second-order functions.
Sofun-funvars
Function variables that a second-order function depends on.
Sofun-kind
Kind of a second-order function.
Function-variables-table
Table of function variables.
Sof-instances-table
Table of instances of second-order functions.
Second-order-functions-table
Table of second-order functions.