• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • 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
        • C
          • Syntax-for-tools
          • Atc
          • Transformation-tools
          • Language
            • Abstract-syntax
            • Integer-ranges
            • Implementation-environments
            • Dynamic-semantics
            • Static-semantics
            • Grammar
            • Types
            • Integer-formats-definitions
            • Computation-states
            • Portable-ascii-identifiers
            • Values
            • Integer-operations
            • Object-designators
            • Operations
            • Errors
            • Tag-environments
              • Tag-info
              • Tag-info-option
              • Tag-env-add
              • Tag-env-option
              • Tag-info-struct-flexiblep
              • Tag-env-result
              • Tag-env-lookup
              • Tag-env
                • Tag-envp
                • Tag-env-fix
                • Tag-env-equiv
              • Tag-env-init
            • Function-environments
            • Character-sets
            • Flexible-array-member-removal
            • Arithmetic-operations
            • Pointer-operations
            • Real-operations
            • Array-operations
            • Scalar-operations
            • Structure-operations
          • Representation
          • Insertion-sort
          • Pack
        • Soft
        • Bv
        • Imp-language
        • Ethereum
        • Event-macros
        • Java
        • Riscv
        • Bitcoin
        • Zcash
        • Yul
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Axe
        • Lists-light
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Tag-environments

Tag-env

Fixtype of tag environments.

A tag environment is a finite map from tags (identifiers) to tag information. Since these tags form one name space [C17:6.2.3], they must all be distinct, e.g. a structure and a union type cannot have the same tag.

Subtopics

Tag-envp
Recognizer for tag-env.
Tag-env-fix
(tag-env-fix x) is a usual ACL2::fty omap fixing function.
Tag-env-equiv
Basic equivalence relation for tag-env structures.