src/HOL/Library/Realizers.thy
author immler
Wed, 14 Nov 2018 01:31:55 +0000
changeset 69295 b8b33ef47f40
parent 67319 07176d5b81d5
child 69605 a96320074298
permissions -rw-r--r--
use locales in Group_On_With

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