• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Community
    • Proof-automation
    • ACL2
    • Macro-libraries
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • Soft
        • C
        • Bv
        • Imp-language
        • Event-macros
        • Java
          • Atj
            • Atj-implementation
              • Atj-types
              • Atj-java-primitive-array-model
              • Atj-java-abstract-syntax
              • Atj-input-processing
                • Atj-collect-fns-in-term
                  • Atj-collect-fns-in-terms
                  • Atj-worklist-iterate
                  • Atj-process-test
                  • Atj-process-inputs
                  • Atj-process-test-input-jprim-value
                  • Atj-process-output-subdir
                  • Atj-process-test-input
                  • Atj-process-output-dir
                  • Atj-process-test-input-jprim-values
                  • Atj-fns-to-translate
                  • Atj-process-test-inputs
                  • Atj-process-tests
                  • Atj-process-targets
                  • Atj-process-no-aij-types
                  • Atj-pkgs-to-translate
                  • Atj-process-java-class
                  • Atj-process-java-package
                  • *atj-default-java-class*
                  • *atj-allowed-options*
                • Atj-java-pretty-printer
                • Atj-code-generation
                • Atj-java-primitives
                • Atj-java-primitive-arrays
                • Atj-type-macros
                • Atj-java-syntax-operations
                • Atj-fn
                • Atj-library-extensions
                • Atj-java-input-types
                • Atj-test-structures
                • Aij-notions
                • Atj-macro-definition
              • Atj-tutorial
            • Aij
            • Language
          • 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
    • Atj-collect-fns-in-term

    Atj-collect-fns-in-terms

    Signature
    (atj-collect-fns-in-terms terms gen? worklist-gen 
                              worklist-chk called-fns collected-gen 
                              collected-chk deep$ guards$) 
     
      → 
    (mv new-worklist-gen 
        new-worklist-chk new-called-fns 
        unsuppported-return-last?) 
    
    Arguments
    terms — Guard (pseudo-term-listp terms).
    gen? — Guard (booleanp gen?).
    worklist-gen — Guard (symbol-listp worklist-gen).
    worklist-chk — Guard (symbol-listp worklist-chk).
    called-fns — Guard (symbol-listp called-fns).
    collected-gen — Guard (symbol-listp collected-gen).
    collected-chk — Guard (symbol-listp collected-chk).
    deep$ — Guard (booleanp deep$).
    guards$ — Guard (booleanp guards$).
    Returns
    new-worklist-gen — Type (symbol-listp new-worklist-gen), given the guard.
    new-worklist-chk — Type (symbol-listp new-worklist-chk), given the guard.
    new-called-fns — Type (symbol-listp new-called-fns), given the guard.
    unsuppported-return-last? — Type (booleanp unsuppported-return-last?).