• 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
        • Syntax-for-tools
        • Atc
          • Atc-implementation
            • Atc-abstract-syntax
            • Atc-pretty-printer
            • Atc-event-and-code-generation
            • Fty-pseudo-term-utilities
            • Atc-term-recognizers
            • Atc-input-processing
            • Atc-shallow-embedding
            • Atc-process-inputs-and-gen-everything
            • Atc-table
              • Atc-call-infop
                • Atc-call-info
                • Make-atc-call-info
                • Change-atc-call-info
                • Make-honsed-atc-call-info
                • Honsed-atc-call-info
                • Atc-call-info->encapsulate
              • Atc-table-record-event
              • Atc-table-lookup
              • Atc-maybe-call-infop
              • Atc-table-definition
              • *atc-table*
            • Atc-fn
            • Atc-pretty-printing-options
            • Atc-types
            • Atc-macro-definition
          • Atc-tutorial
        • Language
        • Representation
        • Transformation-tools
        • Insertion-sort
        • Pack
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • 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
  • Atc-table

Atc-call-infop

Information associated to an atc call in the table of atc calls.

(atc-call-infop x) is a std::defaggregate of the following fields.

  • encapsulate — Invariant (pseudo-event-formp encapsulate).

Source link: atc-call-infop

For now we only record the generated encapsulate. More information may be recorded in the future.

Subtopics

Atc-call-info
Raw constructor for atc-call-infop structures.
Make-atc-call-info
Constructor macro for atc-call-infop structures.
Change-atc-call-info
A copying macro that lets you create new atc-call-infop structures, based on existing structures.
Make-honsed-atc-call-info
Constructor macro for honsed atc-call-infop structures.
Honsed-atc-call-info
Raw constructor for honsed atc-call-infop structures.
Atc-call-info->encapsulate
Access the encapsulate field of a atc-call-infop structure.