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

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.