• 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
          • Semantics
          • Abstract-syntax
            • Aexp
              • Aexp-case
              • Aexp-fix
              • Aexpp
              • Aexp-count
              • Aexp-equiv
              • Aexp-mul
              • Aexp-add
              • Aexp-var
              • Aexp-const
              • Aexp-kind
            • Bexp
            • Comm
            • Comm-list
            • Command-fixtypes
          • Interpreter
        • Event-macros
        • Java
        • Bitcoin
        • Ethereum
        • Yul
        • 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
  • Abstract-syntax

Aexp

Fixtype of Imp arithmetic expressions.

This is a tagged union type, introduced by fty::deftagsum.

Member Tags → Types
:const → aexp-const
:var → aexp-var
:add → aexp-add
:mul → aexp-mul

We use (any) strings as variable names.

Subtopics

Aexp-case
Case macro for the different kinds of aexp structures.
Aexp-fix
Fixing function for aexp structures.
Aexpp
Recognizer for aexp structures.
Aexp-count
Measure for recurring over aexp structures.
Aexp-equiv
Basic equivalence relation for aexp structures.
Aexp-mul
Aexp-add
Aexp-var
Aexp-const
Aexp-kind
Get the kind (tag) of a aexp structure.