(* * Copyright 2020, Data61, CSIRO (ABN 41 687 119 230) * Copyright (c) 2022 Apple Inc. All rights reserved. * * SPDX-License-Identifier: BSD-2-Clause *) text ‹ In addition to named theorems, AutoCorres also stores definitions, theorems and other data in ML data structures. These can be useful for writing tools to process the AutoCorres output. See also: TraceDemo › theory FunctionInfoDemo imports "AutoCorres2_Main.AutoCorres_Main" begin text ‹Process a source file to populate our data structures.›