declare euclidean_simps [simp] at the point they are proved;
avoid duplicate rule warnings;
(* 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