• 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
        • 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
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Poseidon
      • Where-do-i-place-my-book
      • Axe
      • Bigmems
      • Builtins
      • Execloader
      • Aleo
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • 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.