src/HOL/Library/Code_Target_Numeral.thy
author hoelzl
Fri, 22 Mar 2013 10:41:43 +0100
changeset 51481 ef949192e5d6
parent 50023 28f3263d4d1b
child 58881 b9556a055632
permissions -rw-r--r--
move continuous_on_inv to HOL image (simplifies isCont_inverse_function)

(*  Title:      HOL/Library/Code_Target_Numeral.thy
    Author:     Florian Haftmann, TU Muenchen
*)

header {* Implementation of natural and integer numbers by target-language integers *}

theory Code_Target_Numeral
imports Code_Target_Int Code_Target_Nat
begin

end