moved material about old codegen to isar-ref manual;
eliminated old rail diagram;
(* Title: HOL/ex/Interpretation_with_Defs.thy
Author: Florian Haftmann, TU Muenchen
*)
header {* Interpretation accompanied with mixin definitions. EXPERIMENTAL. *}
theory Interpretation_with_Defs
imports Pure
uses "~~/src/Tools/interpretation_with_defs.ML"
begin
end