src/HOL/Library/Realizers.thy
author wenzelm
Wed, 11 Sep 2024 21:25:15 +0200
changeset 80861 9de19e3a7231
parent 69605 a96320074298
permissions -rw-r--r--
dismantle print_mode operations for Markup/Pretty: hardwired check of "print_mode_active Print_Mode.PIDE";

(*  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