• 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
          • Beval
          • Read-var
          • Config
            • Config-fix
            • Config-equiv
            • Make-config
            • Config->comms
            • Change-config
            • Configp
            • Config->env
          • 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

Config

Fixtype of Imp configuration.

This is a product type introduced by fty::defprod.

Fields
comms — comm-list
env — env

A configuration consists of a command list and an environment. When the command list is empty, there is nothing left to do, i.e. execution has terminated.

Subtopics

Config-fix
Fixing function for config structures.
Config-equiv
Basic equivalence relation for config structures.
Make-config
Basic constructor macro for config structures.
Config->comms
Get the comms field from a config.
Change-config
Modifying constructor for config structures.
Configp
Recognizer for config structures.
Config->env
Get the env field from a config.