author | wenzelm |
Mon, 08 Jan 2024 12:08:31 +0100 | |
changeset 79430 | 2e834ee3b348 |
parent 79429 | 637d7d896929 |
child 79431 | 236d866ead4e |
src/Pure/thm.ML | file | annotate | diff | comparison | revisions |
--- a/src/Pure/thm.ML Sat Jan 06 21:01:06 2024 +0100 +++ b/src/Pure/thm.ML Mon Jan 08 12:08:31 2024 +0100 @@ -107,6 +107,7 @@ val weaken_sorts: sort list -> cterm -> cterm val proof_bodies_of: thm list -> proof_body list val proof_body_of: thm -> proof_body + val zproof_of: thm -> zproof val proof_of: thm -> proof val reconstruct_proof_of: thm -> Proofterm.proof val consolidate: thm list -> unit