different foundations for different targets; simplified syntax handling of abbreviations
(* 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