• 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
        • 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
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • Bitcoin
      • Riscv
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
      • 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
  • 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.