src/HOL/Library/Code_Target_Numeral.thy
author paulson <lp15@cam.ac.uk>
Tue, 07 Feb 2023 14:10:08 +0000
changeset 77221 0cdb384bf56a
parent 60868 dd18c33c001e
child 81713 378b9d6c52b2
permissions -rw-r--r--
More new theorems from the number theory development

(*  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