• 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
          • Semantics
            • Step
            • Write-var
            • Outcome
              • Outcome-case
              • Outcome-fix
              • Outcome-equiv
              • Outcome-terminated
              • Outcomep
              • Outcome-nonterminating
              • Outcome-kind
            • Beval
            • Read-var
            • Config
            • Terminatingp
            • Aeval
            • Step*
            • Stepn
            • Env
          • Abstract-syntax
          • Interpreter
        • Event-macros
        • Java
        • Bitcoin
        • Ethereum
        • Yul
        • Zcash
        • ACL2-programming-language
        • 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
  • Semantics

Outcome

Fixtype of outcomes of exhaustive stepping.

This is a tagged union type, introduced by fty::deftagsum.

Member Tags → Types
:terminated → outcome-terminated
:nonterminating → outcome-nonterminating

As explained in terminatingp, attempting to exhaustively stepping from a configuration may terminate or not. The values of this fixtype capture these two possible outcomes. In case of termination, the outcome includes the final environment; note that, by definition, the final configuration has no commands, so only its environment component is relevant.

Subtopics

Outcome-case
Case macro for the different kinds of outcome structures.
Outcome-fix
Fixing function for outcome structures.
Outcome-equiv
Basic equivalence relation for outcome structures.
Outcome-terminated
Outcomep
Recognizer for outcome structures.
Outcome-nonterminating
Outcome-kind
Get the kind (tag) of a outcome structure.