src/HOL/Library/Code_Target_Numeral.thy
author blanchet
Wed, 02 Jan 2013 10:54:36 +0100
changeset 50669 84c7cf36b2e0
parent 50023 28f3263d4d1b
child 58881 b9556a055632
permissions -rw-r--r--
use "Lazy" to simplify control flow a bit and guarantee single evaluation (at most)

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