• 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
      • 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
        • Values
          • Integer-values
            • Integer-operations
            • Bit-size
            • Uint
              • Uintp
              • Uint-fix
              • Uint-equiv
              • Make-uint
              • Change-uint
              • Uint->value
              • Uint->size
            • Int
          • Boolean-values
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • 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.