src/HOL/Library/Code_Target_Numeral.thy
author wenzelm
Tue, 12 Nov 2024 11:32:07 +0100
changeset 81432 85fc3b482924
parent 60868 dd18c33c001e
child 81713 378b9d6c52b2
permissions -rw-r--r--
clarified persistent values: Command.Results does not suitable for caching, because it contains all other messages;

(*  Title:      HOL/Library/Code_Target_Numeral.thy
    Author:     Florian Haftmann, TU Muenchen
*)

section \<open>Implementation of natural and integer numbers by target-language integers\<close>

theory Code_Target_Numeral
imports Code_Target_Int Code_Target_Nat
begin

end