• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
      • Theories
      • Rule-classes
      • Proof-builder
      • Recursion-and-induction
      • Hons-and-memoization
        • Memoize
          • Memoize-partial
          • Protect-memoize-statistics
          • Profile-all
          • Profile-ACL2
          • Memoized-prover-fns
          • Unmemoize
          • Verify-guard-implication
          • Memsum
          • Set-bad-lisp-consp-memoize
          • Memoize-summary
          • Save-and-clear-memoization-settings
          • Never-memoize
          • Clear-memoize-tables
            • Clear-memoize-statistics
            • Clear-memoize-table
            • Restore-memoization-settings
          • Fast-alists
          • Hons
          • Set-max-mem
          • Hons-enabled
          • Unmemoize
          • Number-subtrees
        • Events
        • Parallelism
        • History
        • Programming
        • Operational-semantics
        • Real
        • Start-here
        • Debugging
        • Miscellaneous
        • Output-controls
        • Macros
        • Interfacing-tools
      • Interfacing-tools
      • Hardware-verification
      • Software-verification
      • Math
      • Testing-utilities
    • Memoize

    Clear-memoize-tables

    Forget values remembered for all the memoized functions

    Clear-memoize-tables is a logical no-op. All memoized values are forgotten. It returns nil, invoking clear-memoize-table for each memoized function.

    Function: clear-memoize-tables

    (defun clear-memoize-tables nil
      (declare (xargs :guard t))
      nil)