• 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
    • Values

    Value-nil

    The symbol value for nil.

    Signature
    (value-nil) → value
    Returns
    value — Type (valuep value).

    Definitions and Theorems

    Function: value-nil

    (defun value-nil nil
      (declare (xargs :guard t))
      (let ((__function__ 'value-nil))
        (declare (ignorable __function__))
        (value-symbol (lift-symbol nil))))

    Theorem: valuep-of-value-nil

    (defthm valuep-of-value-nil
      (b* ((value (value-nil)))
        (valuep value))
      :rule-classes :rewrite)