src/HOL/Library/Code_Target_Numeral.thy
author wenzelm
Sat, 01 Jun 2019 11:29:59 +0200
changeset 70299 83774d669b51
parent 60868 dd18c33c001e
child 81713 378b9d6c52b2
permissions -rw-r--r--
Added tag Isabelle2019-RC4 for changeset ad2d84c42380

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