src/HOL/Library/Realizers.thy
author paulson <lp15@cam.ac.uk>
Sun, 06 May 2018 11:33:40 +0100
changeset 68095 4fa3e63ecc7e
parent 67319 07176d5b81d5
child 69605 a96320074298
permissions -rw-r--r--
starting to tidy up Interval_Integral.thy

(*  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 "~~/src/HOL/Tools/datatype_realizer.ML"
ML_file "~~/src/HOL/Tools/inductive_realizer.ML"

end