• 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
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Lists-light
        • Axe
        • Builtins
        • Solidity
          • Values
            • Integer-values
              • Integer-operations
              • Bit-size
              • Uint
              • Int
                • Intp
                • Int-fix
                • Make-int
                • Int-equiv
                • Change-int
                • Int->value
                • Int->size
            • Boolean-values
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Integer-values

Int

Fixtype of signed integer values.

This is a product type introduced by fty::defprod.

Fields
size — bit-size
value — integerp
Additional Requirements

The following invariant is enforced on the fields:

(signed-byte-p size value)

We tag unsigned integer values with their bit sizes, since the sizes are part of their types.

Subtopics

Intp
Recognizer for int structures.
Int-fix
Fixing function for int structures.
Make-int
Basic constructor macro for int structures.
Int-equiv
Basic equivalence relation for int structures.
Change-int
Modifying constructor for int structures.
Int->value
Get the value field from a int.
Int->size
Get the size field from a int.