make WWW_Find work again, now that its ML modules reside within a theory context (cf. bf5b45870110) -- patch by Rafal Kolanski;
(* Title: HOL/Library/Code_Target_Numeral.thy
Author: Florian Haftmann, TU Muenchen
*)
header {* Implementation of natural and integer numbers by target-language integers *}
theory Code_Target_Numeral
imports Code_Target_Int Code_Target_Nat
begin
end