src/HOL/Library/Code_Prolog.thy
author wenzelm
Wed, 04 Aug 2010 16:11:51 +0200
changeset 38147 2b08a96a283e
parent 38117 5ae05823cfd9
child 38731 2c8a595af43e
permissions -rw-r--r--
load_thy/after_load: explicit check of parent theories, which might have failed to join proofs -- avoid uninformative crash via Graph.UNDEF;

(*  Title:      HOL/Library/Code_Prolog.thy
    Author:     Lukas Bulwahn, TUM 2010
*)

header {* Code generation of prolog programs *}

theory Code_Prolog
imports Main
uses "~~/src/HOL/Tools/Predicate_Compile/code_prolog.ML"
begin

end