src/HOL/Library/Code_Target_Numeral.thy
author wenzelm
Wed, 05 Feb 2025 11:55:51 +0100
changeset 82082 794bf73e100f
parent 81713 378b9d6c52b2
child 82445 bb1f2a03b370
permissions -rw-r--r--
clarified signature: scalable Bash.input thanks to Bytes.T;

(*  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_Nat Code_Target_Int Code_Target_Bit_Shifts
begin

end