src/HOL/Library/Realizers.thy
author wenzelm
Fri, 21 Mar 2025 22:26:18 +0100
changeset 82317 231b6d8231c6
parent 69605 a96320074298
permissions -rw-r--r--
more uniform Proof_Display.print_results for theory and proof output --- avoid loss of information seen in src/Doc/JEdit/document/output-and-state.png (the first bad changeset is f8c412a45af8, see also 53b59fa42696);

(*  Title:      HOL/Library/Realizers.thy
    Author:     Stefan Berghofer and Markus Wenzel, TU Muenchen
*)

section \<open>Program extraction from proofs involving datatypes and inductive predicates\<close>

theory Realizers
imports Main
begin

ML_file \<open>~~/src/HOL/Tools/datatype_realizer.ML\<close>
ML_file \<open>~~/src/HOL/Tools/inductive_realizer.ML\<close>

end