• 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
          • Primitive-functions
          • Translated-terms
          • Values
            • Value
            • Symbol-value
            • Lower-symbol
            • Lift-symbol-list
            • Symbol-value-option
            • Value-option
            • Lift-value
            • Lift-symbol
            • Value-rational->get
            • Value-integer->get
            • Value-case-rational
            • Value-case-integer
            • Value-symbol-list
            • Lower-value
            • Value-list-of
            • Value-list
            • Symbol-value-list
            • Symbol-value-set
            • Value-t
            • Value-nil
          • Evaluation
          • Program-equivalence
          • Functions
          • Packages
          • Programs
          • Interpreter
          • Evaluation-states
        • 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
  • ACL2-programming-language

Values

A formalization of ACL2 values.

The ACL2 programming language has an evaluation semantics, which includes a notion of values. Here we formalize this notion.

Subtopics

Value
Fixtype of values.
Symbol-value
Fixtype of symbol values.
Lower-symbol
Lower a symbol value to an ACL2 symbol.
Lift-symbol-list
Lift lift-symbol to lists.
Symbol-value-option
Fixtype of optional symbol values.
Value-option
Fixtype of optional values.
Lift-value
Lift an ACL2 good value to a meta-level value.
Lift-symbol
Lift an ACL2 symbol to a symbol value.
Value-rational->get
Return the ACL2 rational from its meta representation.
Value-integer->get
Return the ACL2 integer from its meta representation.
Value-case-rational
Check if a value is a rational.
Value-case-integer
Check if a value is an integer.
Value-symbol-list
Lift value-symbol to lists.
Lower-value
Lower a meta-level value to an ACL2 good value.
Value-list-of
Make a meta-level list value from a list of meta-level values.
Value-list
Fixtype of lists of values.
Symbol-value-list
Fixtype of lists of symbol values.
Symbol-value-set
Fixtype of finite sets of symbol values.
Value-t
The symbol value for t.
Value-nil
The symbol value for nil.