• 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
            • Tterm-constant-list->value-list
            • Tterm-free-vars
            • Tterm-option
              • Tterm-option-fix
              • Tterm-option-case
              • Tterm-option-equiv
              • Tterm-option-some
                • Tterm-option-some->val
                • Make-tterm-option-some
                • Change-tterm-option-some
              • Tterm-option-none
              • Tterm-optionp
            • Tterm-constant-list
            • Tterm-case-constant-listp
            • Lift-term
            • Tterms
          • Values
          • 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
  • Tterm-option

Tterm-option-some

An available tterm-option, i.e., Just val or Some val.

This is a product type, introduced by fty::defoption in support of tterm-option.

Fields
fty::val — tterm

Subtopics

Tterm-option-some->val
Get the fty::val field from a tterm-option-some.
Make-tterm-option-some
Basic constructor macro for tterm-option-some structures.
Change-tterm-option-some
Modifying constructor for tterm-option-some structures.