src/HOL/Library/Code_Target_Numeral.thy
author haftmann
Sat, 19 Dec 2015 17:03:17 +0100
changeset 61891 76189756ff65
parent 60868 dd18c33c001e
permissions -rw-r--r--
documentation on last state of the art concerning interpretation

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