src/HOL/Library/Code_Target_Numeral.thy
author blanchet
Mon, 22 Jun 2015 16:56:03 +0200
changeset 60544 3daf5eacec05
parent 60500 903bb1495239
child 60868 dd18c33c001e
permissions -rw-r--r--
removed (now illegal) semicolons in generated theory files

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