• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • 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
        • 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
      • 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
  • 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.