• 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
                • Uintp
                • Uint-fix
                • Uint-equiv
                • Make-uint
                • Change-uint
                • Uint->value
                • Uint->size
              • Int
            • Boolean-values
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Integer-values

Uint

Fixtype of unsigned integer values.

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

Fields
size — bit-size
value — natp
Additional Requirements

The following invariant is enforced on the fields:

(unsigned-byte-p size value)

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

Subtopics

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