more abstract Sendback operations, with explicit id/exec_id properties;
purge result messages (again), cf. db58490a68ac, 7b61a539721e;
(* 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