• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • 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
        • Soft
        • C
        • Bv
        • Imp-language
        • Event-macros
        • Java
        • Bitcoin
        • Ethereum
        • Yul
          • Transformations
            • Renaming-variables
            • Dead-code-eliminator
            • Renamings
            • Disambiguator
            • Unique-variables
            • Dead-code-eliminator-static-safety
            • No-function-definitions
            • Unique-functions
            • Renaming-functions
              • Statements/blocks/cases/fundefs-renamefun
              • Expressions-renamefun
              • Fundef-list-renamefun
              • Expression-option-renamefun
              • Funcall-option-renamefun
              • Add-funs-to-fun-renaming
              • Add-fun-to-fun-renaming
              • Fun-renamefun
            • Dead-code-eliminator-no-loop-initializers
            • Dead-code-eliminator-no-function-definitions
            • No-loop-initializers
            • For-loop-init-rewriter
          • Language
          • Yul-json
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Lists-light
        • Axe
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Transformations

Renaming-functions

Renaming of functions.

See disambiguator for background.

Here we characterize, relationally, the renaming of functions. This is analogous to the renaming of variables: see the discussion there, which also applies here by analogy.

Subtopics

Statements/blocks/cases/fundefs-renamefun
Mutually recursive ACL2 functions to check if statements, blocks, cases, and function definitions are related by function renaming.
Expressions-renamefun
Mutually recursive ACL2 functions to check if expressions are related by function renaming.
Fundef-list-renamefun
Check if two lists of function definitions are related by function renaming.
Expression-option-renamefun
Check if two optional expressions are related by function renaming.
Funcall-option-renamefun
Check if two optional function calls are related by function renaming.
Add-funs-to-fun-renaming
Add the function names in a list to a function renaming list.
Add-fun-to-fun-renaming
Add a function name to a function renaming list.
Fun-renamefun
Check if two function names are related by function renaming.