src/HOL/Library/Code_Target_Numeral.thy
author Andreas Lochbihler
Thu, 30 Jul 2015 09:49:43 +0200
changeset 60828 e9e272fa8daf
parent 60500 903bb1495239
child 60868 dd18c33c001e
permissions -rw-r--r--
add coinduction rule for infinite

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